Mercurial > emacs
diff lisp/simple.el @ 56081:a72ee0aaa7f9
(previous-matching-history-element): Specify a default.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 13 Jun 2004 22:00:17 +0000 |
| parents | 54d79ab53dd3 |
| children | cc9dcd357544 38500c0c86ab 4c90ffeb71c5 |
line wrap: on
line diff
--- a/lisp/simple.el Sun Jun 13 21:58:41 2004 +0000 +++ b/lisp/simple.el Sun Jun 13 22:00:17 2004 +0000 @@ -953,7 +953,8 @@ nil minibuffer-local-map nil - 'minibuffer-history-search-history))) + 'minibuffer-history-search-history + (car minibuffer-history-search-history)))) ;; Use the last regexp specified, by default, if input is empty. (list (if (string= regexp "") (if minibuffer-history-search-history
