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:
02a4c00
)
(gnus-agent-mode): New advice.
author
czkmt
<czkmt>
Sat, 15 Jan 2000 09:01:56 +0000
(09:01 +0000)
committer
czkmt
<czkmt>
Sat, 15 Jan 2000 09:01:56 +0000
(09:01 +0000)
lisp/gnus-offline.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-offline.el
b/lisp/gnus-offline.el
index
fccf46e
..
f9bc3eb
100644
(file)
--- a/
lisp/gnus-offline.el
+++ b/
lisp/gnus-offline.el
@@
-428,6
+428,11
@@
Please check your .emacs or .gnus.el to work nnspool fine.")
(t
ad-do-it)))
+(defadvice gnus-agent-mode (around gnus-offline-advice activate preactivate)
+ "Advice not to close PPP connection."
+ (let (gnus-offline-hangup-function)
+ ad-do-it))
+
;;
;; Setting up...
;;