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:
parent
ff936e5324
commit
91b3bb19ac
@ -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 `&'.
|
||||
|
Loading…
Reference in New Issue
Block a user