# HG changeset patch # User Juri Linkov # Date 1235345884 0 # Node ID 8f230b839512ad0abc3e61f6ad055fab744a437b # Parent 143111f3fbb13dbb2b63daf7d0489aaa2640501f *** empty log message *** diff -r 143111f3fbb1 -r 8f230b839512 lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 22 23:37:21 2009 +0000 +++ b/lisp/ChangeLog Sun Feb 22 23:38:04 2009 +0000 @@ -1,9 +1,19 @@ 2009-02-22 Juri Linkov + * dired-aux.el (minibuffer-default-add-dired-shell-commands): + Doc fix. + + * dired-x.el (dired-guess-shell-command): Use read-shell-command + instead of read-from-minibuffer. + (dired-read-shell-command): Add code that uses + minibuffer-with-setup-hook to set minibuffer-default-add-function + to minibuffer-default-add-dired-shell-commands exactly like + `dired-read-shell-command' in dired-aux.el already does. Doc fix. + * dired-x.el (dired-smart-shell-command): Remove code that uses minibuffer-with-setup-hook to set minibuffer-default-add-function to minibuffer-default-add-shell-commands because the same code was - already moved to `read-shell-command' 2008-07-31. + already moved to `read-shell-command' 2008-07-31. (Bug#2414) 2009-02-21 Jay Belanger