From 8588e3548ce59c6af41f8747a15fb94065f8e5de Mon Sep 17 00:00:00 2001 From: "K. Handa" Date: Fri, 1 May 2015 22:45:27 +0900 Subject: [PATCH] * mule-cmds.el (input-method-use-echo-area): Change :type to 'boolean. --- 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 cca659f2cc1..fd892aaefec 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1698,7 +1698,7 @@ Usually, the input method inserts the intermediate key sequence, or candidate translations corresponding to the sequence, at point in the current buffer. But, if this flag is non-nil, it displays them in echo area instead." - :type 'hook + :type 'boolean :group 'mule) (defvar input-method-exit-on-invalid-key nil -- 2.39.2