# HG changeset patch # User Kenichi Handa # Date 869817979 0 # Node ID 0f01c27a9756133d9d80b01d336391e161b11d0a # Parent 801bc19b01dc48acc1988380bbdc827afc490a9a (read-input-method-name): Show more appropriate error message. diff -r 801bc19b01dc -r 0f01c27a9756 lisp/international/mule-cmds.el --- 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)