aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-10-30 04:01:31 -0400
committerStefan Monnier2011-10-30 04:01:31 -0400
commitc1e2f5fa6977e86cf2797c4f4627e518b40c5182 (patch)
treef0e373f5a3a0a2c856c10018105a3b86fe37f97e /lisp/ChangeLog
parent1bc4c3aeb94bac3ff93a1e1a57d93d0d65824f59 (diff)
downloademacs-c1e2f5fa6977e86cf2797c4f4627e518b40c5182.tar.gz
emacs-c1e2f5fa6977e86cf2797c4f4627e518b40c5182.zip
* lisp/eshell/esh-cmd.el (eshell-rewrite-for-command): Fix last change.
(eshell-do-eval): Handle multiple expressions in `while' body. Fixes: debbugs:9907
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 65378251efa..7047bd47c7b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,6 +12,7 @@
12 Use backquotes and prefer setq to set. 12 Use backquotes and prefer setq to set.
13 (eshell-lookup-function, function-p-func, eshell-functionp): Remove. 13 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
14 (eshell-macrop): Use functionp. 14 (eshell-macrop): Use functionp.
15 (eshell-do-eval): Handle multiple expressions in `while' body.
15 16
162011-10-30 Chong Yidong <cyd@gnu.org> 172011-10-30 Chong Yidong <cyd@gnu.org>
17 18