diff options
| author | Sam Steingold | 2012-12-06 13:30:38 -0500 |
|---|---|---|
| committer | Sam Steingold | 2012-12-06 13:30:38 -0500 |
| commit | 5b4d7e523f901916392de12fb93b80b6f472de1d (patch) | |
| tree | 67cd1505887482ded1680d2f65bf698ef4e2a713 /doc/misc | |
| parent | 93852cb0cf22a38d75edeb840e498b3aa6a4d7c9 (diff) | |
| download | emacs-5b4d7e523f901916392de12fb93b80b6f472de1d.tar.gz emacs-5b4d7e523f901916392de12fb93b80b6f472de1d.zip | |
* lisp/gnus/gnus-start.el (gnus-before-resume-hook): Add.
(gnus-1): Run it when Gnus is alive.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/gnus.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 280819701ef..dfc422479e3 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -1580,6 +1580,10 @@ times you start Gnus. | |||
| 1580 | @vindex gnus-before-startup-hook | 1580 | @vindex gnus-before-startup-hook |
| 1581 | A hook called as the first thing when Gnus is started. | 1581 | A hook called as the first thing when Gnus is started. |
| 1582 | 1582 | ||
| 1583 | @item gnus-before-resume-hook | ||
| 1584 | @vindex gnus-before-resume-hook | ||
| 1585 | A hook called as the first thing when Gnus is resumed after a suspend. | ||
| 1586 | |||
| 1583 | @item gnus-startup-hook | 1587 | @item gnus-startup-hook |
| 1584 | @vindex gnus-startup-hook | 1588 | @vindex gnus-startup-hook |
| 1585 | A hook run as the very last thing after starting up Gnus | 1589 | A hook run as the very last thing after starting up Gnus |