Mercurial > emacs
changeset 12733:2b3371d2facb
(dired-read-shell-command): Pass `shell-command-history' to read-string.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 Jul 1995 14:03:34 +0000 |
parents | 981b924c832b |
children | 643f19925cb7 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Mon Jul 31 12:07:10 1995 +0000 +++ b/lisp/dired-aux.el Mon Jul 31 14:03:34 1995 +0000 @@ -308,7 +308,8 @@ (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 `&'.