Mercurial > emacs
changeset 87252:a48038ce7d61
(gnus-alive-p): Autoload.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 11 Dec 2007 05:46:54 +0000 |
parents | 0abba064c568 |
children | 6df659d50dc9 |
files | lisp/gnus/gnus-ems.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-ems.el Tue Dec 11 05:46:37 2007 +0000 +++ b/lisp/gnus/gnus-ems.el Tue Dec 11 05:46:54 2007 +0000 @@ -161,6 +161,8 @@ "Non-nil means the mark and region are currently active in this buffer." mark-active) ; aliased to region-exists-p in XEmacs. +(autoload 'gnus-alive-p "gnus-util") + (defun gnus-x-splash () "Show a splash screen using a pixmap in the current buffer." (interactive)