changeset 1756:ffef0718ef6b

(dired-mark-read-regexp): Give dired-read-regexp 1 arg.
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Jan 1993 13:54:05 +0000
parents 83734c185e01
children 7e85913523ef
files lisp/dired-aux.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired-aux.el	Sat Jan 09 13:53:49 1993 +0000
+++ b/lisp/dired-aux.el	Sat Jan 09 13:54:05 1993 +0000
@@ -1296,8 +1296,7 @@
 	  (if whole-path nil current-prefix-arg))
 	 (regexp
 	  (dired-read-regexp
-	   (concat (if whole-path "Path " "") operation " from (regexp): ")
-	   dired-flagging-regexp))
+	   (concat (if whole-path "Path " "") operation " from (regexp): ")))
 	 (newname
 	  (read-string
 	   (concat (if whole-path "Path " "") operation " " regexp " to: "))))