Variable: calculator-paste-decimals

calculator-paste-decimals is a customizable variable defined in calculator.el.gz.

This variable is obsolete since 26.1; it is no longer used.

Value

t

Documentation

If non-nil, convert pasted integers so they have a decimal point.

This makes it possible to paste big integers since they will be read as floats, otherwise the Emacs reader will fail on them.

Source Code

;; Defined in /usr/src/emacs/lisp/calculator.el.gz
(defcustom calculator-paste-decimals t
  "If non-nil, convert pasted integers so they have a decimal point.
This makes it possible to paste big integers since they will be read as
floats, otherwise the Emacs reader will fail on them."
  :type  'boolean)