comparison lisp/ChangeLog @ 44647:844590891e89

*** empty log message ***
author Francesco Potortì <pot@gnu.org>
date Wed, 17 Apr 2002 09:54:06 +0000
parents b0f7bd506cdc
children 86f786a1dc65
comparison
equal deleted inserted replaced
44646:075cd9bb6051 44647:844590891e89
1 2002-04-17 Francesco Potorti` <pot@gnu.org> 1 2002-04-17 Francesco Potorti` <pot@gnu.org>
2
3 * dired-aux.el (dired-star-subst-regexp,
4 dired-quark-subst-regexp): New constants.
5 (dired-do-shell-command, dired-shell-stuff-it): Use them.
6 (dired-do-shell-command): Raise an error if both `*' and `?'
7 substitution marks are used in the same command.
8 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
9 in a command given via dired-do-shell-command.
2 10
3 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase". 11 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
4 12
5 2002-04-16 Jason Rumney <jasonr@gnu.org> 13 2002-04-16 Jason Rumney <jasonr@gnu.org>
6 14