# HG changeset patch # User Richard M. Stallman # Date 726587645 0 # Node ID ffef0718ef6b33e996b85ec86699bf758fd80395 # Parent 83734c185e0176ad79f90e83719a524fa3d33e40 (dired-mark-read-regexp): Give dired-read-regexp 1 arg. diff -r 83734c185e01 -r ffef0718ef6b lisp/dired-aux.el --- 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: "))))