Mercurial > emacs
changeset 75584:81bd2556e97d
(quail-show-key): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 01 Feb 2007 01:45:50 +0000 |
parents | 2a562d836178 |
children | c2f2782910c3 |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/quail.el Thu Feb 01 01:45:04 2007 +0000 +++ b/lisp/international/quail.el Thu Feb 01 01:45:50 2007 +0000 @@ -2773,7 +2773,7 @@ (or current-input-method (error "No input method is activated")) (or (assoc current-input-method quail-package-alist) - (error "The current input method is not using Quail.")) + (error "The current input method is not using Quail")) (let* ((char (following-char)) (key-list (quail-find-key char))) (cond ((consp key-list)