diff options
| -rw-r--r-- | lisp/calc/calc-stuff.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/calc/calc-stuff.el b/lisp/calc/calc-stuff.el index e892bb27889..5ad64b2e58c 100644 --- a/lisp/calc/calc-stuff.el +++ b/lisp/calc/calc-stuff.el | |||
| @@ -155,11 +155,6 @@ With a prefix, push that prefix as a number onto the stack." | |||
| 155 | (setq calc-which-why calc-why)) | 155 | (setq calc-which-why calc-why)) |
| 156 | (message "No explanations available")))) | 156 | (message "No explanations available")))) |
| 157 | 157 | ||
| 158 | |||
| 159 | (defun calc-version () | ||
| 160 | (interactive) | ||
| 161 | (message "Calc %s" calc-version)) | ||
| 162 | |||
| 163 | ;; The following caches are declared in other files, but are | 158 | ;; The following caches are declared in other files, but are |
| 164 | ;; reset here. | 159 | ;; reset here. |
| 165 | (defvar math-lud-cache) ; calc-mtx.el | 160 | (defvar math-lud-cache) ; calc-mtx.el |