aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorRichard M. Stallman2004-07-17 14:34:42 +0000
committerRichard M. Stallman2004-07-17 14:34:42 +0000
commit442a68c7f15f7c3eafec34a66db6d3d25f7d3046 (patch)
tree26ba0e5d3f2e7ff0f43d630ca15f58eb60d9ccc1 /lisp/replace.el
parentc4dc7971b9d96dcc80762ed3d6a9b218652b5772 (diff)
downloademacs-442a68c7f15f7c3eafec34a66db6d3d25f7d3046.tar.gz
emacs-442a68c7f15f7c3eafec34a66db6d3d25f7d3046.zip
(occur-read-primary-args): Pass default to read-from-minibuffer.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el3
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."
786 nil 786 nil
787 nil 787 nil
788 nil 788 nil
789 'regexp-history))) 789 'regexp-history
790 default)))
790 (if (equal input "") 791 (if (equal input "")
791 default 792 default
792 input)) 793 input))