diff options
| -rw-r--r-- | lisp/gnus/gnus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index d5880e81a78..5aec3e7b729 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -428,6 +428,7 @@ This hook is called as the first thing when Gnus is started." | |||
| 428 | (defcustom gnus-after-getting-new-news-hook | 428 | (defcustom gnus-after-getting-new-news-hook |
| 429 | '(gnus-display-time-event-handler) | 429 | '(gnus-display-time-event-handler) |
| 430 | "*A hook run after Gnus checks for new news when Gnus is already running." | 430 | "*A hook run after Gnus checks for new news when Gnus is already running." |
| 431 | :version "24.1" | ||
| 431 | :group 'gnus-group-new | 432 | :group 'gnus-group-new |
| 432 | :type 'hook) | 433 | :type 'hook) |
| 433 | 434 | ||