changeset 56449:84df5471b01e

(occur-read-primary-args): Pass default to read-from-minibuffer.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Jul 2004 14:34:42 +0000
parents b56847dec7b7
children 30845fb9e44d
files lisp/replace.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/replace.el	Sat Jul 17 14:31:27 2004 +0000
+++ b/lisp/replace.el	Sat Jul 17 14:34:42 2004 +0000
@@ -786,7 +786,8 @@
 		 nil
 		 nil
 		 nil
-		 'regexp-history)))
+		 'regexp-history
+		 default)))
 	  (if (equal input "")
 	      default
 	    input))