aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-07-25 08:06:19 +0000
committerKenichi Handa1997-07-25 08:06:19 +0000
commit43807b770363bb9d449bdb4b17bd030cbda8163c (patch)
tree10d79bfbd056e515d77771ef94fe5fd2c51b7ba9
parent0f706daceed7a4bcb7c8fd3fc88be799b42d7caa (diff)
downloademacs-43807b770363bb9d449bdb4b17bd030cbda8163c.tar.gz
emacs-43807b770363bb9d449bdb4b17bd030cbda8163c.zip
(read-input-method-name): Show more appropriate error message.
-rw-r--r--lisp/international/mule-cmds.el2
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."
415 (if (> (length input-method) 0) 415 (if (> (length input-method) 0)
416 input-method 416 input-method
417 (if inhibit-null 417 (if inhibit-null
418 (error "The specified input method is not available"))))) 418 (error "No valid input method is specified")))))
419 419
420;; Actvate INPUT-METHOD. 420;; Actvate INPUT-METHOD.
421(defun activate-input-method (input-method) 421(defun activate-input-method (input-method)