From: yamaoka Date: Thu, 9 Dec 2004 14:31:30 +0000 (+0000) Subject: Synch to No Gnus 200412091431. X-Git-Tag: t-gnus-6_17_4-quimby-~642 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b5422b9c7ce0e895e4d3a18465e2ecd7634b409a;p=elisp%2Fgnus.git- Synch to No Gnus 200412091431. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63ec7c9..1891348 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-11-16 Romain Francoise + + * gnus-sum.el (gnus-summary-exit): Don't clear the global + counterparts of the buffer-local variables. + 2004-11-25 Reiner Steib * message.el (message-forbidden-properties): Fixed typo in doc diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 863fe89..a7abea7 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -6716,12 +6716,6 @@ If FORCE (the prefix), also save the .newsrc file(s)." (gnus-summary-clear-local-variables)) (when (get-buffer gnus-article-buffer) (bury-buffer gnus-article-buffer)) - ;; We clear the global counterparts of the buffer-local - ;; variables as well, just to be on the safe side. - (set-buffer gnus-group-buffer) - (gnus-summary-clear-local-variables) - (let ((gnus-summary-local-variables gnus-newsgroup-variables)) - (gnus-summary-clear-local-variables)) ;; Return to group mode buffer. (when (eq mode 'gnus-summary-mode) (gnus-kill-buffer buf)))