diff lisp/eshell/em-pred.el @ 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 695cf19ef79e
children a9d4a0bceffe
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