diff options
| author | Stefan Monnier | 2011-10-29 23:58:48 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-10-29 23:58:48 -0400 |
| commit | 1bc4c3aeb94bac3ff93a1e1a57d93d0d65824f59 (patch) | |
| tree | 04f9a2b4115cc1ca9f5eec7743e9a4ec1327dd50 /lisp/ChangeLog | |
| parent | 30b65d9ce6d45ee306d090a6c23467f3e7075a4c (diff) | |
| download | emacs-1bc4c3aeb94bac3ff93a1e1a57d93d0d65824f59.tar.gz emacs-1bc4c3aeb94bac3ff93a1e1a57d93d0d65824f59.zip | |
* lisp/eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
in place.
(eshell-subcommand-arg-values, eshell-rewrite-named-command)
(eshell-rewrite-if-command, eshell-rewrite-for-command)
(eshell-structure-basic-command, eshell-rewrite-while-command)
(eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
(eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
(eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
(eshell-do-pipelines-synchronously, eshell-eval-command):
Use backquotes and prefer setq to set.
(eshell-lookup-function, function-p-func, eshell-functionp): Remove.
(eshell-macrop): Use functionp.
Fixes: debbugs:9907
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f189e01550..65378251efa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list | ||
| 4 | in place (bug#9907). | ||
| 5 | (eshell-subcommand-arg-values, eshell-rewrite-named-command) | ||
| 6 | (eshell-rewrite-if-command, eshell-rewrite-for-command) | ||
| 7 | (eshell-structure-basic-command, eshell-rewrite-while-command) | ||
| 8 | (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command) | ||
| 9 | (eshell-parse-subcommand-argument, eshell-parse-lisp-argument) | ||
| 10 | (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval) | ||
| 11 | (eshell-do-pipelines-synchronously, eshell-eval-command): | ||
| 12 | Use backquotes and prefer setq to set. | ||
| 13 | (eshell-lookup-function, function-p-func, eshell-functionp): Remove. | ||
| 14 | (eshell-macrop): Use functionp. | ||
| 15 | |||
| 1 | 2011-10-30 Chong Yidong <cyd@gnu.org> | 16 | 2011-10-30 Chong Yidong <cyd@gnu.org> |
| 2 | 17 | ||
| 3 | * emulation/viper-cmd.el (viper-exec-change): Use push-mark | 18 | * emulation/viper-cmd.el (viper-exec-change): Use push-mark |