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 a8b6c5b4816..7b6e33d41fd 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -404,6 +404,7 @@ See also `gnus-before-resume-hook'." | |||
| 404 | "A hook called before resuming Gnus after suspend. | 404 | "A hook called before resuming Gnus after suspend. |
| 405 | This hook is called as the first thing when Gnus is resumed after a suspend. | 405 | This hook is called as the first thing when Gnus is resumed after a suspend. |
| 406 | See also `gnus-before-startup-hook'." | 406 | See also `gnus-before-startup-hook'." |
| 407 | :version "24.4" | ||
| 407 | :group 'gnus-start | 408 | :group 'gnus-start |
| 408 | :type 'hook) | 409 | :type 'hook) |
| 409 | 410 | ||