aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 03fa622031a..654e886a3a4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12011-11-18 Stefan Monnier <monnier@iro.umontreal.ca> 12011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4 (eshell-rewrite-for-command): Remove workaround.
5 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
6 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8
3 * files-x.el (modify-file-local-variable): Obey commenting conventions. 9 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4 10
52011-11-17 Glenn Morris <rgm@gnu.org> 112011-11-17 Glenn Morris <rgm@gnu.org>