comparison lisp/simple.el @ 70488:5087aed8b6e3

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 May 2006 23:57:11 +0000
parents dd437ac4b2c6
children 63b772bfba93 1321f6cfb389 146cd8369025
comparison
equal deleted inserted replaced
70487:737e59692915 70488:5087aed8b6e3
1154 If the value of this variable equals current minibuffer depth, 1154 If the value of this variable equals current minibuffer depth,
1155 they are expressions; otherwise they are strings. 1155 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
1157 recursive uses of the minibuffer.)") 1157 recursive 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
1163 "Text that was in this minibuffer before any history commands. 1163 "Text that was in this minibuffer before any history commands.
1164 This is nil if there have not yet been any history commands 1164 This is nil if there have not yet been any history commands