]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorFrancesco Potortì <pot@gnu.org>
Wed, 17 Apr 2002 09:54:06 +0000 (09:54 +0000)
committerFrancesco Potortì <pot@gnu.org>
Wed, 17 Apr 2002 09:54:06 +0000 (09:54 +0000)
lisp/ChangeLog

index 581181aa3eca130735fb2ed3dc03af098c507aab..eb847cbb63c30106fc88d5c65c0d977a172a8edc 100644 (file)
@@ -1,5 +1,13 @@
 2002-04-17  Francesco Potorti`  <pot@gnu.org>
 
+       * dired-aux.el (dired-star-subst-regexp,
+       dired-quark-subst-regexp): New constants.
+       (dired-do-shell-command, dired-shell-stuff-it): Use them.
+       (dired-do-shell-command): Raise an error if both `*' and `?'
+       substitution marks are used in the same command.
+       (dired-shell-stuff-it): Substitute all instances of `*' and `?'
+       in a command given via dired-do-shell-command.
+
        * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
 
 2002-04-16  Jason Rumney  <jasonr@gnu.org>