From: Richard M. Stallman Date: Sat, 6 May 2006 23:57:11 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-22.0.90~2712 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=535c8bdb2bc8845af4bc345fccf4141508f0f326;p=emacs.git Comment change. --- 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. \(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