changeset 70488:5087aed8b6e3

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 May 2006 23:57:11 +0000
parents 737e59692915
children 1fa9bcad4532
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sat May 06 21:41:27 2006 +0000
+++ b/lisp/simple.el	Sat May 06 23:57:11 2006 +0000
@@ -1156,7 +1156,7 @@
 \(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