From: Glenn Morris Date: Tue, 11 Dec 2007 05:46:54 +0000 (+0000) Subject: (gnus-alive-p): Autoload. X-Git-Tag: emacs-pretest-23.0.90~8949 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db48b1977afad305856f681b744ec5eac5b30438;p=emacs.git (gnus-alive-p): Autoload. --- 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 @@ "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)