diff options
| author | Richard M. Stallman | 2006-05-06 23:57:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-06 23:57:11 +0000 |
| commit | 535c8bdb2bc8845af4bc345fccf4141508f0f326 (patch) | |
| tree | 6183258eb8d6d72d299af74b3e8815db262f8fcd | |
| parent | 37ea2bbd65fa1e82cd802a8facf6af26052df1d6 (diff) | |
| download | emacs-535c8bdb2bc8845af4bc345fccf4141508f0f326.tar.gz emacs-535c8bdb2bc8845af4bc345fccf4141508f0f326.zip | |
Comment change.
| -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 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 |
| 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 |