diff options
Diffstat (limited to 'lisp/calc/calc-undo.el')
| -rw-r--r-- | lisp/calc/calc-undo.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc-undo.el b/lisp/calc/calc-undo.el index 508385be399..4d01cb31f38 100644 --- a/lisp/calc/calc-undo.el +++ b/lisp/calc/calc-undo.el | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | ;;; Undo. | 33 | ;;; Undo. |
| 34 | 34 | ||
| 35 | ;;;###autoload | ||
| 35 | (defun calc-undo (n) | 36 | (defun calc-undo (n) |
| 36 | (interactive "p") | 37 | (interactive "p") |
| 37 | (when calc-executing-macro | 38 | (when calc-executing-macro |