diff options
| author | Michael Albinus | 2013-01-17 10:06:47 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-01-17 10:06:47 +0100 |
| commit | 68a08a32e3979396d53fc5da371d928b9c7df881 (patch) | |
| tree | df4d594b3eff9fd1ae614b0de686a1e13cc71a34 /lisp/ChangeLog | |
| parent | 468afbaceaeb045f69b1a47aa1550a2556cd7dfd (diff) | |
| download | emacs-68a08a32e3979396d53fc5da371d928b9c7df881.tar.gz emacs-68a08a32e3979396d53fc5da371d928b9c7df881.zip | |
* autorevert.el (auto-revert-use-notify): In the :set function, do
not modify `kill-buffer-hook'.
(auto-revert-notify-rm-watch): Remove
`auto-revert-notify-rm-watch' from `kill-buffer-hook'.
(auto-revert-notify-add-watch): Do not call
`auto-revert-notify-rm-watch', but add it to a buffer local
`kill-buffer-hook'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 676ce21ff14..a8924318676 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-01-17 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * autorevert.el (auto-revert-use-notify): In the :set function, do | ||
| 4 | not modify `kill-buffer-hook'. | ||
| 5 | (auto-revert-notify-rm-watch): Remove | ||
| 6 | `auto-revert-notify-rm-watch' from `kill-buffer-hook'. | ||
| 7 | (auto-revert-notify-add-watch): Do not call | ||
| 8 | `auto-revert-notify-rm-watch', but add it to a buffer local | ||
| 9 | `kill-buffer-hook'. | ||
| 10 | |||
| 1 | 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest | 13 | * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest |