diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-07-17 14:34:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-07-17 14:34:42 +0000 |
commit | 442a68c7f15f7c3eafec34a66db6d3d25f7d3046 (patch) | |
tree | 26ba0e5d3f2e7ff0f43d630ca15f58eb60d9ccc1 /lisp/replace.el | |
parent | c4dc7971b9d96dcc80762ed3d6a9b218652b5772 (diff) | |
download | emacs-442a68c7f15f7c3eafec34a66db6d3d25f7d3046.tar.gz |
(occur-read-primary-args): Pass default to read-from-minibuffer.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 60c28d6c48a..f81c6f53914 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -786,7 +786,8 @@ If the value is nil, don't highlight the buffer names specially." nil nil nil - 'regexp-history))) + 'regexp-history + default))) (if (equal input "") default input)) |