From d481cba23a34b2714e6d578cd7ad36b4f5021406 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 23 Mar 2018 19:49:28 -0400 Subject: [PATCH] * 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 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 -- 2.39.2