X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fgnus-start.el;h=5dbe5913b4554e489d960c7bdb33680496f75ad4;hb=0fc7cfe44d8a7e783f48ebd0a91a614f5a67842d;hp=8eadd99bc31cf82c07668e0da77bf794280a26df;hpb=b309effceda71146639ffecece770ff708455457;p=elisp%2Fgnus.git- diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 8eadd99..5dbe591 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -369,7 +369,7 @@ This hook is called as the first thing when Gnus is started." (defcustom gnus-after-getting-new-news-hook (when (gnus-boundp 'display-time-timer) '(display-time-event-handler)) - "*A hook run after Gnus checks for new news." + "*A hook run after Gnus checks for new news when Gnus is already running." :group 'gnus-group-new :type 'hook) @@ -1828,7 +1828,7 @@ newsgroup." (gnus-group-prefixed-name "" method)))) ;; Let the Gnus agent save the active file. - (if (and gnus-agent real-active) + (if (and gnus-agent real-active gnus-plugged) (progn (gnus-agent-save-groups method) (gnus-active-to-gnus-format method hashtb nil real-active))