Mercurial > emacs
changeset 34701:1afa708b89ea
(quail-input-method): Always hide the guidance buffer on exiting.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 19 Dec 2000 00:58:00 +0000 |
parents | eee1bfc26d5a |
children | b8ef768b3a72 |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/quail.el Tue Dec 19 00:53:52 2000 +0000 +++ b/lisp/international/quail.el Tue Dec 19 00:58:00 2000 +0000 @@ -1248,8 +1248,7 @@ (save-excursion (set-buffer quail-guidance-buf) (erase-buffer))) - (if input-method-use-echo-area - (quail-hide-guidance-buf)) + (quail-hide-guidance-buf) (set-buffer-modified-p modified-p) ;; Run this hook only when the current input method doesn't require ;; conversion. When conversion is required, the conversion function