From: Kenichi Handa Date: Fri, 25 Jul 1997 08:06:19 +0000 (+0000) Subject: (read-input-method-name): Show more appropriate error message. X-Git-Tag: emacs-20.1~968 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43807b770363bb9d449bdb4b17bd030cbda8163c;p=emacs.git (read-input-method-name): Show more appropriate error message. --- 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)