summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-01-09 13:54:05 +0000
committerRichard M. Stallman <rms@gnu.org>1993-01-09 13:54:05 +0000
commit870ef24b80803e7fa4793b51d85d3e6bcf03e592 (patch)
treebb3f561edde9b7b4e7468e7ee4851caf5f863040 /lisp/dired-aux.el
parent565bf5fb7ff63f3195aea5dc736919134e197a6d (diff)
downloademacs-870ef24b80803e7fa4793b51d85d3e6bcf03e592.tar.gz
(dired-mark-read-regexp): Give dired-read-regexp 1 arg.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 75d0f17fd93..e7c42486e5a 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1296,8 +1296,7 @@ Type SPC or `y' to %s one match, DEL or `n' to skip to next,
(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: "))))