aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
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.
1156\(That convention is designed to do the right thing for 1156\(That convention is designed to do the right thing for
1157recursive uses of the minibuffer.)") 1157recursive 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