Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 May 2006 23:57:11 +0000 (23:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 May 2006 23:57:11 +0000 (23:57 +0000)
lisp/simple.el

index 8113025..6d3fc8a 100644 (file)
@@ -1156,7 +1156,7 @@ they are expressions; otherwise they are strings.
 \(That convention is designed to do the right thing for
 recursive uses of the minibuffer.)")
 (setq minibuffer-history-variable 'minibuffer-history)
-(setq minibuffer-history-position nil)
+(setq minibuffer-history-position nil)  ;; Defvar is in C code.
 (defvar minibuffer-history-search-history nil)
 
 (defvar minibuffer-text-before-history nil