summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-31 14:03:34 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-31 14:03:34 +0000
commite246be727f4995f3e5a18d9b43fb08472a8c2bda (patch)
tree1560b3b4416823aa05a9d6970b94d3779dc77e52 /lisp/dired-aux.el
parentdb93506976757261d1586f46f6d53361b9e6f311 (diff)
downloademacs-e246be727f4995f3e5a18d9b43fb08472a8c2bda.tar.gz
(dired-read-shell-command): Pass `shell-command-history' to read-string.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index e4b96689d0d..ce9ec7a8cb0 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -308,7 +308,8 @@ with a prefix argument."
(dired-mark-pop-up
nil 'shell files
(function read-string)
- (format prompt (dired-mark-prompt arg files))))
+ (format prompt (dired-mark-prompt arg files))
+ nil 'shell-command-history))
;; The in-background argument is only needed in Emacs 18 where
;; shell-command doesn't understand an appended ampersand `&'.