diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33b608f762c..c3f55f303a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2001-06-09 John Wiegley <johnw@gnu.org> + + * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to + test if the last command was Lisp or not. + (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A + B x C". + 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il> * dos-w32.el (grep-regexp-alist): Remove definition, since the |