aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKatsumi Yamaoka2012-12-13 00:52:17 +0000
committerKatsumi Yamaoka2012-12-13 00:52:17 +0000
commitdd40b947460dc42e25873b56e560bf78ea056ad3 (patch)
treec0ea617e297390ef26f6dd4e53676568e9bfb6e5 /lisp
parent4c74b1e4657559c6edece6b978189fa4e68774c2 (diff)
downloademacs-dd40b947460dc42e25873b56e560bf78ea056ad3.tar.gz
emacs-dd40b947460dc42e25873b56e560bf78ea056ad3.zip
gnus-start.el (gnus-before-resume-hook): Add :version
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/gnus-start.el1
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.
405This hook is called as the first thing when Gnus is resumed after a suspend. 405This hook is called as the first thing when Gnus is resumed after a suspend.
406See also `gnus-before-startup-hook'." 406See 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