diff options
author | Kenichi Handa <handa@m17n.org> | 2007-02-01 01:46:58 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2007-02-01 01:46:58 +0000 |
commit | fbfc1a5bd652f93b2a972af6cae155e56990be84 (patch) | |
tree | fa47fd71da73a6aa4abb396c5a2cfc0043175d70 /lisp/international/quail.el | |
parent | fdb594455b1fd2c06d508ee24079ccae64cbe11b (diff) | |
download | emacs-fbfc1a5bd652f93b2a972af6cae155e56990be84.tar.gz |
(quail-show-key): Fix previous change.
Diffstat (limited to 'lisp/international/quail.el')
-rw-r--r-- | lisp/international/quail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 7cedcbf665a..a14d358c8ad 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2773,7 +2773,7 @@ If CHAR is an ASCII character and can be input by typing itself, return t." (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) |