]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-start-translation): Call
authorKenichi Handa <handa@m17n.org>
Thu, 23 Jul 1998 05:48:49 +0000 (05:48 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 23 Jul 1998 05:48:49 +0000 (05:48 +0000)
this-single-command-raw-keys instead of this-single-command-keys.
(quail-start-conversion): Likewise.

lisp/international/quail.el

index 9f9cf9c4405e8f6d3547dde69fddcbc6a092bc1e..9d53822abc4f885dd52bd9a564981cfe0fbc5715 100644 (file)
@@ -903,7 +903,7 @@ The returned value is a Quail map specific to KEY."
        (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 @@ The returned value is a Quail map specific to KEY."
                (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