diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-23 19:49:28 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-23 19:49:28 -0400 |
commit | d481cba23a34b2714e6d578cd7ad36b4f5021406 (patch) | |
tree | c468b769b037da3447c91a97a0382881623bc39b /lisp/calculator.el | |
parent | 7d6c7d0b461705fd67f7df1096b6f6376931f140 (diff) | |
download | emacs-d481cba23a34b2714e6d578cd7ad36b4f5021406.tar.gz emacs-d481cba23a34b2714e6d578cd7ad36b4f5021406.tar.bz2 emacs-d481cba23a34b2714e6d578cd7ad36b4f5021406.zip |
* lisp/calculator.el (calculator-paste-decimals): Add version.
Diffstat (limited to 'lisp/calculator.el')
-rw-r--r-- | lisp/calculator.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calculator.el b/lisp/calculator.el index 02b9e5272f8..b6959af795a 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el @@ -162,7 +162,7 @@ floats, otherwise the Emacs reader will fail on them." :type 'boolean :group 'calculator) (make-obsolete-variable 'calculator-paste-decimals - "it is no longer used." nil) + "it is no longer used." "26.1") (defcustom calculator-copy-displayer nil "If non-nil, this is any value that can be used for |