From 1e4bd40da283e6bbd9f501b7fcbc748353173f41 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 9 Jan 2009 05:00:56 +0000 Subject: Replace last-input-char with last-input-event. --- lisp/calc/calc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/calc') diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 0d372ce1959..59b4b682417 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -2199,8 +2199,8 @@ See calc-keypad for details." (or (memq last-command-event '(32 13)) (progn (setq prefix-arg current-prefix-arg) (calc-unread-command (if (and (eq last-command-event 27) - (>= last-input-char 128)) - last-input-char + (>= last-input-event 128)) + last-input-event nil)))) (exit-minibuffer))) -- cgit v1.2.3