diff options
| -rw-r--r-- | lisp/international/quail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 9f9cf9c4405..9d53822abc4 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el | |||
| @@ -903,7 +903,7 @@ The returned value is a Quail map specific to KEY." | |||
| 903 | (while quail-translating | 903 | (while quail-translating |
| 904 | (let* ((echo-keystrokes 0) | 904 | (let* ((echo-keystrokes 0) |
| 905 | (keyseq (read-key-sequence nil)) | 905 | (keyseq (read-key-sequence nil)) |
| 906 | (events (this-single-command-keys)) | 906 | (events (this-single-command-raw-keys)) |
| 907 | (cmd (lookup-key translation-keymap keyseq))) | 907 | (cmd (lookup-key translation-keymap keyseq))) |
| 908 | (if (commandp cmd) | 908 | (if (commandp cmd) |
| 909 | (progn | 909 | (progn |
| @@ -951,7 +951,7 @@ The returned value is a Quail map specific to KEY." | |||
| 951 | (quail-setup-overlays nil))) | 951 | (quail-setup-overlays nil))) |
| 952 | (let* ((echo-keystrokes 0) | 952 | (let* ((echo-keystrokes 0) |
| 953 | (keyseq (read-key-sequence nil)) | 953 | (keyseq (read-key-sequence nil)) |
| 954 | (events (this-single-command-keys)) | 954 | (events (this-single-command-raw-keys)) |
| 955 | (cmd (lookup-key conversion-keymap keyseq))) | 955 | (cmd (lookup-key conversion-keymap keyseq))) |
| 956 | (if (commandp cmd) | 956 | (if (commandp cmd) |
| 957 | (progn | 957 | (progn |