diff options
Diffstat (limited to 'lisp/simple.el')
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index bd8a9d1a284..57e716e4683 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1144,7 +1144,7 @@ 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 |