mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
(read-input-method-name): Show more appropriate error message.
This commit is contained in:
parent
0f706dacee
commit
43807b7703
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue