diff options
| author | Glenn Morris | 2007-12-11 05:46:54 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-12-11 05:46:54 +0000 |
| commit | db48b1977afad305856f681b744ec5eac5b30438 (patch) | |
| tree | 78adcda14bf82eeb2cea74fe7bbc3bd3cb7349d6 /lisp | |
| parent | 25fcd06c74258a8cca74ab23ab7caa2886df0fc1 (diff) | |
| download | emacs-db48b1977afad305856f681b744ec5eac5b30438.tar.gz emacs-db48b1977afad305856f681b744ec5eac5b30438.zip | |
(gnus-alive-p): Autoload.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/gnus-ems.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el index 79e513b5f05..a49d46a94d6 100644 --- a/lisp/gnus/gnus-ems.el +++ b/lisp/gnus/gnus-ems.el | |||
| @@ -161,6 +161,8 @@ | |||
| 161 | "Non-nil means the mark and region are currently active in this buffer." | 161 | "Non-nil means the mark and region are currently active in this buffer." |
| 162 | mark-active) ; aliased to region-exists-p in XEmacs. | 162 | mark-active) ; aliased to region-exists-p in XEmacs. |
| 163 | 163 | ||
| 164 | (autoload 'gnus-alive-p "gnus-util") | ||
| 165 | |||
| 164 | (defun gnus-x-splash () | 166 | (defun gnus-x-splash () |
| 165 | "Show a splash screen using a pixmap in the current buffer." | 167 | "Show a splash screen using a pixmap in the current buffer." |
| 166 | (interactive) | 168 | (interactive) |