diff options
| author | Stefan Monnier | 2013-01-15 01:05:22 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-01-15 01:05:22 -0500 |
| commit | cb9c0a53bc4a6d67f10d4674472b2884a71852c8 (patch) | |
| tree | bf43c694ff8de8bc246c19bdc929a336e3dd969b /lisp/ChangeLog | |
| parent | ef8214345ba7b46de9837fbe9461e19f18e6d660 (diff) | |
| download | emacs-cb9c0a53bc4a6d67f10d4674472b2884a71852c8.tar.gz emacs-cb9c0a53bc4a6d67f10d4674472b2884a71852c8.zip | |
* lisp/emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
the use of nadvice.el.
* lisp/emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
to return an explicit nil.
(advice--remove-function): Change accordingly.
* test/automated/advice-tests.el: Split up. Add advice-test-preactivate.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56770098b43..f324ebbad51 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak' | ||
| 4 | to return an explicit nil. | ||
| 5 | (advice--remove-function): Change accordingly. | ||
| 6 | |||
| 7 | * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to | ||
| 8 | the use of nadvice.el. | ||
| 9 | |||
| 3 | * progmodes/which-func.el (which-function): Silence imenu errors | 10 | * progmodes/which-func.el (which-function): Silence imenu errors |
| 4 | (bug#13433). | 11 | (bug#13433). |
| 5 | 12 | ||