Synch to No Gnus 200412091431.
authoryamaoka <yamaoka>
Thu, 9 Dec 2004 14:31:30 +0000 (14:31 +0000)
committeryamaoka <yamaoka>
Thu, 9 Dec 2004 14:31:30 +0000 (14:31 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 63ec7c9..1891348 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-16  Romain Francoise  <romain@orebokech.com>
+
+       * gnus-sum.el (gnus-summary-exit): Don't clear the global
+       counterparts of the buffer-local variables.
+
 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message.el (message-forbidden-properties): Fixed typo in doc
index 863fe89..a7abea7 100644 (file)
@@ -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)))