diff options
| author | Chong Yidong | 2011-02-16 20:46:55 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-02-16 20:46:55 -0500 |
| commit | b9c82730f91a85fbeeb68edd0310d33d8f8f5ff7 (patch) | |
| tree | fcf051803785c39dba4cc50bcad1bad80169e8a2 /lisp/gnus/ChangeLog | |
| parent | 4648b91b097ad9f3dfbd8a988846293ea5a5c78c (diff) | |
| download | emacs-b9c82730f91a85fbeeb68edd0310d33d8f8f5ff7.tar.gz emacs-b9c82730f91a85fbeeb68edd0310d33d8f8f5ff7.zip | |
Don't let-bind copyright-update in nnfolder-save-buffer.
See:
http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00284.html
http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00651.html
* nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
in case it's not yet loaded.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index eecbe978c29..f62a98c639b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-02-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update, | ||
| 4 | in case it's not yet loaded. | ||
| 5 | |||
| 1 | 2011-01-13 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-01-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * message.el (message-bury): Add special-case handling for Rmail. | 8 | * message.el (message-bury): Add special-case handling for Rmail. |