emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el, v [EMACS


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el, v [EMACS_22_BASE]
Date: Sat, 22 Dec 2007 17:08:50 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Eli Zaretskii <eliz>    07/12/22 17:08:50

Index: mule-cmds.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule-cmds.el,v
retrieving revision 1.310.2.7
retrieving revision 1.310.2.8
diff -u -b -r1.310.2.7 -r1.310.2.8
--- mule-cmds.el        29 Nov 2007 22:34:21 -0000      1.310.2.7
+++ mule-cmds.el        22 Dec 2007 17:08:49 -0000      1.310.2.8
@@ -1336,7 +1336,10 @@
 (put 'input-method-function 'permanent-local t)
 
 (defvar input-method-history nil
-  "History list for some commands that read input methods.")
+  "History list of input methods read from the minibuffer.
+
+Maximum length of the history list is determined by the value
+of `history-length', which see.")
 (make-variable-buffer-local 'input-method-history)
 (put 'input-method-history 'permanent-local t)
 




reply via email to

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