]> git.eshelyaron.com Git - emacs.git/commit
(dired-read-shell-command-default): Move it to
authorJuri Linkov <juri@jurta.org>
Tue, 22 Apr 2008 19:51:57 +0000 (19:51 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 22 Apr 2008 19:51:57 +0000 (19:51 +0000)
commit905eb9ff9ec2ae77b676ae8766a4ea1284eadbe2
tree0dfc13f49538365e5dead347b77a526817a02a6d
parenta837fe74bfc7b2c4cbaf6cd3eedb932f5bf95dfe
(dired-read-shell-command-default): Move it to
gnus/mailcap.el and change its name to more general name
mailcap-file-default-commands.
(minibuffer-default-add-dired-shell-commands): New function.
Use declare-function for mailcap-file-default-commands from "mailcap".
(dired-read-shell-command): Set local minibuffer-default-add-function
to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
before calling read-shell-command.  Remove dired-read-shell-command-default
from the default value arg because default values are not set in
minibuffer-default-add-dired-shell-commands.  Doc fix.
lisp/dired-aux.el