emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8588e35: * mule-cmds.el (input-method-use-echo-area


From: Kenichi Handa
Subject: [Emacs-diffs] master 8588e35: * mule-cmds.el (input-method-use-echo-area): Change :type to
Date: Fri, 01 May 2015 13:46:08 +0000

branch: master
commit 8588e3548ce59c6af41f8747a15fb94065f8e5de
Author: K. Handa <address@hidden>
Commit: K. Handa <address@hidden>

    * mule-cmds.el (input-method-use-echo-area): Change :type to
    
    'boolean.
---
 lisp/international/mule-cmds.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index cca659f..fd892aa 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]