diff options
| -rw-r--r-- | lisp/calc/calc-misc.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el index 082bc8826e7..07d5c8a157f 100644 --- a/lisp/calc/calc-misc.el +++ b/lisp/calc/calc-misc.el | |||
| @@ -231,6 +231,9 @@ Calc user interface as before (either M-# C or M-# K; initially M-# C)." | |||
| 231 | 231 | ||
| 232 | ;;;; Stack and buffer management. | 232 | ;;;; Stack and buffer management. |
| 233 | 233 | ||
| 234 | ;; The variable calc-last-why-command is set in calc-do-handly-whys | ||
| 235 | ;; and used in calc-why (in calc-stuff.el). | ||
| 236 | (defvar calc-last-why-command) | ||
| 234 | 237 | ||
| 235 | (defun calc-do-handle-whys () | 238 | (defun calc-do-handle-whys () |
| 236 | (setq calc-why (sort calc-next-why | 239 | (setq calc-why (sort calc-next-why |