From 1e4bd40da283e6bbd9f501b7fcbc748353173f41 Mon Sep 17 00:00:00 2001
From: Glenn Morris <rgm@gnu.org>
Date: Fri, 9 Jan 2009 05:00:56 +0000
Subject: Replace last-input-char with last-input-event.

---
 lisp/double.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lisp/double.el')

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))
-- 
cgit v1.2.3