emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d481cba: * lisp/calculator.el (calculator-paste-d


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 d481cba: * lisp/calculator.el (calculator-paste-decimals): Add version.
Date: Fri, 23 Mar 2018 19:49:35 -0400 (EDT)

branch: emacs-26
commit d481cba23a34b2714e6d578cd7ad36b4f5021406
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/calculator.el (calculator-paste-decimals): Add version.
---
 lisp/calculator.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calculator.el b/lisp/calculator.el
index 02b9e52..b6959af 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]