(quail-execute-non-quail-command): Call quail-terminate-translation.

This commit is contained in:
Richard M. Stallman 1997-09-07 04:31:35 +00:00
parent 7967f8ab1e
commit 09efee6cc7

View 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)