diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 612cdc33d52..6f10e311eac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * subr.el (dolist): Don't bind VAR in RESULT. | ||
| 4 | |||
| 3 | * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding. | 5 | * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding. |
| 4 | (fset, documentation): Don't save real def since we don't advise. | 6 | (fset, documentation): Don't save real def since we don't advise. |
| 5 | (ad-do-advised-functions): Remove problematic `result-form'. | 7 | (ad-do-advised-functions): Remove problematic `result-form'. |