diff options
| author | Stefan Monnier | 2011-10-30 04:01:31 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-10-30 04:01:31 -0400 |
| commit | c1e2f5fa6977e86cf2797c4f4627e518b40c5182 (patch) | |
| tree | f0e373f5a3a0a2c856c10018105a3b86fe37f97e /lisp/ChangeLog | |
| parent | 1bc4c3aeb94bac3ff93a1e1a57d93d0d65824f59 (diff) | |
| download | emacs-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/ChangeLog | 1 |
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 | ||
| 16 | 2011-10-30 Chong Yidong <cyd@gnu.org> | 17 | 2011-10-30 Chong Yidong <cyd@gnu.org> |
| 17 | 18 | ||