aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-05-06 23:57:11 +0000
committerRichard M. Stallman2006-05-06 23:57:11 +0000
commit535c8bdb2bc8845af4bc345fccf4141508f0f326 (patch)
tree6183258eb8d6d72d299af74b3e8815db262f8fcd
parent37ea2bbd65fa1e82cd802a8facf6af26052df1d6 (diff)
downloademacs-535c8bdb2bc8845af4bc345fccf4141508f0f326.tar.gz
emacs-535c8bdb2bc8845af4bc345fccf4141508f0f326.zip
Comment change.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 811302527ef..6d3fc8a5484 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1156,7 +1156,7 @@ they are expressions; otherwise they are strings.
1156\(That convention is designed to do the right thing for 1156\(That convention is designed to do the right thing for
1157recursive uses of the minibuffer.)") 1157recursive uses of the minibuffer.)")
1158(setq minibuffer-history-variable 'minibuffer-history) 1158(setq minibuffer-history-variable 'minibuffer-history)
1159(setq minibuffer-history-position nil) 1159(setq minibuffer-history-position nil) ;; Defvar is in C code.
1160(defvar minibuffer-history-search-history nil) 1160(defvar minibuffer-history-search-history nil)
1161 1161
1162(defvar minibuffer-text-before-history nil 1162(defvar minibuffer-text-before-history nil