diff options
| author | John Wiegley | 2001-05-18 16:38:58 +0000 |
|---|---|---|
| committer | John Wiegley | 2001-05-18 16:38:58 +0000 |
| commit | c9f3bebe239c7d87653e7b4ab117850cc8a64227 (patch) | |
| tree | 182aeb707ba77583a5f2f40b5b61002a46609bd6 | |
| parent | a724ed38f57fca26f7c973a87b396409da4e191b (diff) | |
| download | emacs-c9f3bebe239c7d87653e7b4ab117850cc8a64227.tar.gz emacs-c9f3bebe239c7d87653e7b4ab117850cc8a64227.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b32a3154ed2..454c9523356 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2001-05-18 John Wiegley <johnw@gnu.org> | ||
| 2 | |||
| 3 | * eshell/esh-ext.el (eshell-explicit-command-char): A new | ||
| 4 | configuration variable, which determines the initial character | ||
| 5 | that forces use of an external version of a command. The default | ||
| 6 | is *, but may be set to \, for example. | ||
| 7 | |||
| 8 | * eshell/esh-ext.el (eshell-explicit-command): | ||
| 9 | Use `eshell-explicit-command-char' instead of ?*. | ||
| 10 | |||
| 11 | * eshell/esh-cmd.el (eshell/which): | ||
| 12 | Use `eshell-explicit-command-char' instead of ?*. | ||
| 13 | |||
| 14 | * eshell/em-cmpl.el (eshell-completion-command-name, | ||
| 15 | eshell-complete-commands-list): Use `eshell-explicit-command-char' | ||
| 16 | instead of ?*. | ||
| 17 | |||
| 1 | 2001-05-18 Gerd Moellmann <gerd@gnu.org> | 18 | 2001-05-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 19 | ||
| 3 | * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of | 20 | * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of |