projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60e0552
)
(gnus-agent-toggle-plugged): Do not mark the current buffer as modified.
author
czkmt
<czkmt>
Sat, 11 Sep 1999 19:29:55 +0000
(19:29 +0000)
committer
czkmt
<czkmt>
Sat, 11 Sep 1999 19:29:55 +0000
(19:29 +0000)
lisp/gnus-agent.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-agent.el
b/lisp/gnus-agent.el
index
0edd473
..
465c44a
100644
(file)
--- a/
lisp/gnus-agent.el
+++ b/
lisp/gnus-agent.el
@@
-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."