Mercurial > emacs
comparison etc/NEWS @ 42681:b683f98f263a
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jan 2002 21:00:37 +0000 |
parents | 3e3348e192cf |
children | 8b35cce1f9c8 |
comparison
equal
deleted
inserted
replaced
42680:3814cb15269e | 42681:b683f98f263a |
---|---|
63 | 63 |
64 ** In Dired's ! command (dired-do-shell-command), `*' and `?' now | 64 ** In Dired's ! command (dired-do-shell-command), `*' and `?' now |
65 control substitution of the file names only when they are surrounded | 65 control substitution of the file names only when they are surrounded |
66 by whitespace. This means you can now use them as shell wildcards | 66 by whitespace. This means you can now use them as shell wildcards |
67 too. If you want to use just plain `*' as a wildcard, type `*""'; the | 67 too. If you want to use just plain `*' as a wildcard, type `*""'; the |
68 doublequotes make no differentce in the shell, but they prevent | 68 doublequotes make no difference in the shell, but they prevent |
69 special treatment in `dired-do-shell-command'. | 69 special treatment in `dired-do-shell-command'. |
70 | 70 |
71 ** Unquoted `$' in file names do not signal an error any more when | 71 ** Unquoted `$' in file names do not signal an error any more when |
72 the corresponding environment variable does not exist. | 72 the corresponding environment variable does not exist. |
73 Instead, the `$ENVVAR' text is left as is, so that `$$' quoting | 73 Instead, the `$ENVVAR' text is left as is, so that `$$' quoting |