From: K. Handa Date: Fri, 1 May 2015 13:45:27 +0000 (+0900) Subject: * mule-cmds.el (input-method-use-echo-area): Change :type to X-Git-Tag: emacs-25.0.90~2231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8588e3548ce59c6af41f8747a15fb94065f8e5de;p=emacs.git * mule-cmds.el (input-method-use-echo-area): Change :type to 'boolean. --- 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