diff options
Diffstat (limited to 'lisp/calc/calc-keypd.el')
-rw-r--r-- | lisp/calc/calc-keypd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-keypd.el b/lisp/calc/calc-keypd.el index a9407941ee0..56d6b507f0d 100644 --- a/lisp/calc/calc-keypd.el +++ b/lisp/calc/calc-keypd.el @@ -608,7 +608,7 @@ negative-argument)) (and prefix (string-match "\\`\e?[-0-9]\\'" keys))) (progn - (setq last-command-char (aref keys (1- (length keys)))) + (setq last-command-event (aref keys (1- (length keys)))) (command-execute cmd) (setq flush 'not-any-more prefix t |