diff options
| -rw-r--r-- | lisp/calc/calc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 7656f14bb87..dbc5e90b917 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el | |||
| @@ -3431,7 +3431,7 @@ Also looks for the equivalent TeX words, \\gets and \\evalto." | |||
| 3431 | 3431 | ||
| 3432 | (defun calc-user-invocation () | 3432 | (defun calc-user-invocation () |
| 3433 | (interactive) | 3433 | (interactive) |
| 3434 | (unless (stringp calc-invocation-macro) | 3434 | (unless calc-invocation-macro |
| 3435 | (error "Use `Z I' inside Calc to define a `M-# Z' keyboard macro")) | 3435 | (error "Use `Z I' inside Calc to define a `M-# Z' keyboard macro")) |
| 3436 | (execute-kbd-macro calc-invocation-macro nil)) | 3436 | (execute-kbd-macro calc-invocation-macro nil)) |
| 3437 | 3437 | ||