]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-execute-non-quail-command): Call quail-terminate-translation.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Sep 1997 04:31:35 +0000 (04:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Sep 1997 04:31:35 +0000 (04:31 +0000)
lisp/international/quail.el

index 77e69b04d6a5ac6b8fc3d14d6c5cd24c2b377b8f..36b02811d9f7ec4dbc34cdec84776819626ea0a4 100644 (file)
@@ -591,6 +591,7 @@ The command \\[describe-input-method] describes the current Quail package."
 The current translation and conversion are terminated."
   (interactive)
   (setq unread-command-events (cons last-input-event unread-command-events))
+  (quail-terminate-translation)
   (quail-delete-overlays)
   (setq overriding-terminal-local-map nil)
   (if (buffer-live-p quail-guidance-buf)