diff options
| -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." | |||
| 162 | :type 'boolean | 162 | :type 'boolean |
| 163 | :group 'calculator) | 163 | :group 'calculator) |
| 164 | (make-obsolete-variable 'calculator-paste-decimals | 164 | (make-obsolete-variable 'calculator-paste-decimals |
| 165 | "it is no longer used." nil) | 165 | "it is no longer used." "26.1") |
| 166 | 166 | ||
| 167 | (defcustom calculator-copy-displayer nil | 167 | (defcustom calculator-copy-displayer nil |
| 168 | "If non-nil, this is any value that can be used for | 168 | "If non-nil, this is any value that can be used for |