(gnus-agent-toggle-plugged): Do not mark the current buffer as modified.
authorczkmt <czkmt>
Sat, 11 Sep 1999 19:29:55 +0000 (19:29 +0000)
committerczkmt <czkmt>
Sat, 11 Sep 1999 19:29:55 +0000 (19:29 +0000)
lisp/gnus-agent.el

index 0edd473..465c44a 100644 (file)
@@ -288,8 +288,7 @@ fetched will be limited to it. If not a positive integer, never consider it."
     (gnus-agent-close-connections)
     (setq gnus-plugged plugged)
     (gnus-run-hooks 'gnus-agent-unplugged-hook)
-    (setcar (cdr gnus-agent-mode-status) " Unplugged"))
-  (set-buffer-modified-p t))
+    (setcar (cdr gnus-agent-mode-status) " Unplugged")))
 
 (defun gnus-agent-close-connections ()
   "Close all methods covered by the Gnus agent."