]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-read-shell-command): Pass `shell-command-history' to read-string.
authorRichard M. Stallman <rms@gnu.org>
Mon, 31 Jul 1995 14:03:34 +0000 (14:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 31 Jul 1995 14:03:34 +0000 (14:03 +0000)
lisp/dired-aux.el

index e4b96689d0d1b4008f985cef0180afd2c0d71814..ce9ec7a8cb02aa9892f6b4ecae44655cdef2cb68 100644 (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 `&'.