Mercurial > emacs
changeset 54095:de50e15a5b8d
(eshell-modifier-alist): Changed the "eval again" modifier from 'e' to
'E', since 'e' is also used by the "file extension" modifier.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 20 Feb 2004 12:32:19 +0000 |
parents | 49c7852c866f |
children | 721c4c4b537b 6034d48182e8 |
files | lisp/eshell/em-pred.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/em-pred.el Fri Feb 20 12:31:57 2004 +0000 +++ b/lisp/eshell/em-pred.el Fri Feb 20 12:32:19 2004 +0000 @@ -113,7 +113,7 @@ (put 'eshell-predicate-alist 'risky-local-variable t) (defcustom eshell-modifier-alist - '((?e . '(lambda (lst) + '((?E . '(lambda (lst) (mapcar (function (lambda (str) @@ -207,7 +207,7 @@ "Eshell modifier quick reference: FOR SINGLE ARGUMENTS, or each argument of a list of strings: - e evaluate again + E evaluate again L lowercase U uppercase C capitalize