1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(dired-read-shell-command): Pass `shell-command-history' to read-string.

This commit is contained in:
Richard M. Stallman 1995-07-31 14:03:34 +00:00
parent ff936e5324
commit 91b3bb19ac

View File

@ -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 `&'.