summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-keypd.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-01-09 03:57:12 +0000
committerGlenn Morris <rgm@gnu.org>2009-01-09 03:57:12 +0000
commite93c003eb15f85f744a39c28a8fb43b8c6da9904 (patch)
tree3a9d6acabbc4bd35bdb1b1680eb16e12b4761651 /lisp/calc/calc-keypd.el
parent4b09796d423bb241d597f147ce0d53567ce10b3f (diff)
downloademacs-e93c003eb15f85f744a39c28a8fb43b8c6da9904.tar.gz
emacs-e93c003eb15f85f744a39c28a8fb43b8c6da9904.tar.bz2
emacs-e93c003eb15f85f744a39c28a8fb43b8c6da9904.zip
Replace last-command-char with last-command-event.
Diffstat (limited to 'lisp/calc/calc-keypd.el')
-rw-r--r--lisp/calc/calc-keypd.el2
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