diff options
| author | Richard M. Stallman | 2002-01-12 21:00:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-12 21:00:37 +0000 |
| commit | 6ab3cbb51cec226cb952cb9ee707a92488abe651 (patch) | |
| tree | 78a246a8a94f7b5bb076f858a390d3c5efa0b778 | |
| parent | 77144ebceb04ff63f284f470382f9e5e8747e416 (diff) | |
| download | emacs-6ab3cbb51cec226cb952cb9ee707a92488abe651.tar.gz emacs-6ab3cbb51cec226cb952cb9ee707a92488abe651.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 |
2 files changed, 7 insertions, 1 deletions
| @@ -65,7 +65,7 @@ changes the behavior of motion commands line C-e and C-p. | |||
| 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 |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eaea546e070..1840cdd623d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2002-01-12 Richard M. Stallman <rms@gnu.org> | 1 | 2002-01-12 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer | ||
| 4 | and proper window. | ||
| 5 | |||
| 6 | * help.el (describe-mode): Call help-setup-xref in the help buffer. | ||
| 7 | Switch buffers only after calling `help-buffer'. | ||
| 8 | |||
| 3 | * dired-aux.el (dired-shell-stuff-it): Substitute for * or ? | 9 | * dired-aux.el (dired-shell-stuff-it): Substitute for * or ? |
| 4 | only when they are surrounded by whitespace. | 10 | only when they are surrounded by whitespace. |
| 5 | Use dired-mark-separator when adding one file name to a command. | 11 | Use dired-mark-separator when adding one file name to a command. |