Mercurial > emacs
comparison lisp/ChangeLog @ 37819:c1646601f895
(cvs-mode-map): bind "z" and [RET]
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 18 May 2001 16:59:52 +0000 |
parents | 8636251a479c |
children | c95a54bf4200 |
comparison
equal
deleted
inserted
replaced
37818:225c25d9631c | 37819:c1646601f895 |
---|---|
1 2001-05-18 Sam Steingold <sds@gnu.org> | |
2 | |
3 * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer' | |
4 and [RET] to `cvs-mode-find-file'. | |
5 | |
1 2001-05-18 John Wiegley <johnw@gnu.org> | 6 2001-05-18 John Wiegley <johnw@gnu.org> |
2 | 7 |
3 * eshell/esh-ext.el (eshell-explicit-command-char): A new | 8 * eshell/esh-ext.el (eshell-explicit-command-char): A new |
4 configuration variable, which determines the initial character | 9 configuration variable, which determines the initial character |
5 that forces use of an external version of a command. The default | 10 that forces use of an external version of a command. The default |
6 is *, but may be set to \, for example. | 11 is *, but may be set to \, for example. |
7 | 12 |
8 * eshell/esh-ext.el (eshell-explicit-command): | 13 * eshell/esh-ext.el (eshell-explicit-command): |
9 Use `eshell-explicit-command-char' instead of ?*. | 14 Use `eshell-explicit-command-char' instead of ?*. |
10 | 15 |
11 * eshell/esh-cmd.el (eshell/which): | 16 * eshell/esh-cmd.el (eshell/which): |
12 Use `eshell-explicit-command-char' instead of ?*. | 17 Use `eshell-explicit-command-char' instead of ?*. |
13 | 18 |
14 * eshell/em-cmpl.el (eshell-completion-command-name, | 19 * eshell/em-cmpl.el (eshell-completion-command-name, |
15 eshell-complete-commands-list): Use `eshell-explicit-command-char' | 20 eshell-complete-commands-list): Use `eshell-explicit-command-char' |
16 instead of ?*. | 21 instead of ?*. |
17 | 22 |
18 2001-05-18 Gerd Moellmann <gerd@gnu.org> | 23 2001-05-18 Gerd Moellmann <gerd@gnu.org> |