changeset 18978:0f01c27a9756

(read-input-method-name): Show more appropriate error message.
author Kenichi Handa <handa@m17n.org>
date Fri, 25 Jul 1997 08:06:19 +0000
parents 801bc19b01dc
children ec31453a9196
files lisp/international/mule-cmds.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Fri Jul 25 08:01:02 1997 +0000
+++ b/lisp/international/mule-cmds.el	Fri Jul 25 08:06:19 1997 +0000
@@ -415,7 +415,7 @@
     (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)