changeset 22804:e422c56928d9

(quail-start-translation): Call this-single-command-raw-keys instead of this-single-command-keys. (quail-start-conversion): Likewise.
author Kenichi Handa <handa@m17n.org>
date Thu, 23 Jul 1998 05:48:49 +0000
parents c52637c83ebf
children e730ce9f8e83
files lisp/international/quail.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/quail.el	Thu Jul 23 05:42:28 1998 +0000
+++ b/lisp/international/quail.el	Thu Jul 23 05:48:49 1998 +0000
@@ -903,7 +903,7 @@
 	(while quail-translating
 	  (let* ((echo-keystrokes 0)
 		 (keyseq (read-key-sequence nil))
-		 (events (this-single-command-keys))
+		 (events (this-single-command-raw-keys))
 		 (cmd (lookup-key translation-keymap keyseq)))
 	    (if (commandp cmd)
 		(progn
@@ -951,7 +951,7 @@
 		(quail-setup-overlays nil)))
 	  (let* ((echo-keystrokes 0)
 		 (keyseq (read-key-sequence nil))
-		 (events (this-single-command-keys))
+		 (events (this-single-command-raw-keys))
 		 (cmd (lookup-key conversion-keymap keyseq)))
 	    (if (commandp cmd)
 		(progn