From 442a68c7f15f7c3eafec34a66db6d3d25f7d3046 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Jul 2004 14:34:42 +0000 Subject: [PATCH] (occur-read-primary-args): Pass default to read-from-minibuffer. --- lisp/replace.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.39.2