diff options
| author | Kenichi Handa <handa@m17n.org> | 1997-07-25 08:06:19 +0000 |
|---|---|---|
| committer | Kenichi Handa <handa@m17n.org> | 1997-07-25 08:06:19 +0000 |
| commit | 43807b770363bb9d449bdb4b17bd030cbda8163c (patch) | |
| tree | 10d79bfbd056e515d77771ef94fe5fd2c51b7ba9 /lisp | |
| parent | 0f706daceed7a4bcb7c8fd3fc88be799b42d7caa (diff) | |
| download | emacs-43807b770363bb9d449bdb4b17bd030cbda8163c.tar.gz | |
(read-input-method-name): Show more appropriate error message.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 6a1b7f8b0e8..09726a2c5ae 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -415,7 +415,7 @@ If INHIBIT-NULL is non-nil, null input signals an error." (if (> (length input-method) 0) input-method (if inhibit-null - (error "The specified input method is not available"))))) + (error "No valid input method is specified"))))) ;; Actvate INPUT-METHOD. (defun activate-input-method (input-method) |
