diff options
Diffstat (limited to 'lisp')
-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'." "A hook called before resuming Gnus after suspend. This hook is called as the first thing when Gnus is resumed after a suspend. See also `gnus-before-startup-hook'." + :version "24.4" :group 'gnus-start :type 'hook) |