Sync.
authoryamaoka <yamaoka>
Tue, 27 Jun 2000 23:10:05 +0000 (23:10 +0000)
committeryamaoka <yamaoka>
Tue, 27 Jun 2000 23:10:05 +0000 (23:10 +0000)
lisp/ChangeLog
lisp/gnus-agent.el

index 0cf64e5..e19b72c 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-27  Paul Stodghill <stodghil@CS.Cornell.EDU>
+
+       * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
+
 2000-06-26  Dave Love  <fx@gnu.org>
 
        * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
index 6fe09f9..78be9e9 100644 (file)
@@ -453,7 +453,8 @@ Currently sends flag setting requests, if any."
              (write-file (gnus-agent-lib-file "flags"))
              (error "Couldn't set flags from file %s"
                     (gnus-agent-lib-file "flags"))))
-         (write-file (gnus-agent-lib-file "flags")))))))
+         (write-file (gnus-agent-lib-file "flags")))
+        (kill-buffer nil)))))
 
 ;;;
 ;;; Server mode commands