diff options
Diffstat (limited to 'lisp/double.el')
-rw-r--r-- | lisp/double.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/double.el b/lisp/double.el index 7204e3300df..e7f6e6c75b4 100644 --- a/lisp/double.el +++ b/lisp/double.el @@ -103,7 +103,7 @@ but not `C-u X' or `ESC X' since the X is not the prefix key." (defun double-translate-key (prompt) ;; Translate input events using double map. - (let ((key last-input-char)) + (let ((key last-input-event)) (cond (unread-command-events ;; Artificial event, ignore it. (vector key)) |