comparison lisp/simple.el @ 83516:1321f6cfb389

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-266 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-267 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-268 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-269 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-270 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-271 Rename "field-at-point" to "field-at-pos" * emacs@sv.gnu.org/emacs--devo--0--patch-272 (comint-insert-input): Remove redundant calls to setq and goto-char git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-556
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 10 May 2006 15:04:01 +0000
parents f7a396df2380 5087aed8b6e3
children b6689e223e2f
comparison
equal deleted inserted replaced
83515:f7a396df2380 83516:1321f6cfb389
1142 If the value of this variable equals current minibuffer depth, 1142 If the value of this variable equals current minibuffer depth,
1143 they are expressions; otherwise they are strings. 1143 they are expressions; otherwise they are strings.
1144 \(That convention is designed to do the right thing for 1144 \(That convention is designed to do the right thing for
1145 recursive uses of the minibuffer.)") 1145 recursive uses of the minibuffer.)")
1146 (setq minibuffer-history-variable 'minibuffer-history) 1146 (setq minibuffer-history-variable 'minibuffer-history)
1147 (setq minibuffer-history-position nil) 1147 (setq minibuffer-history-position nil) ;; Defvar is in C code.
1148 (defvar minibuffer-history-search-history nil) 1148 (defvar minibuffer-history-search-history nil)
1149 1149
1150 (defvar minibuffer-text-before-history nil 1150 (defvar minibuffer-text-before-history nil
1151 "Text that was in this minibuffer before any history commands. 1151 "Text that was in this minibuffer before any history commands.
1152 This is nil if there have not yet been any history commands 1152 This is nil if there have not yet been any history commands