From 43807b770363bb9d449bdb4b17bd030cbda8163c Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 25 Jul 1997 08:06:19 +0000 Subject: [PATCH] (read-input-method-name): Show more appropriate error message. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5