# HG changeset patch # User Glenn Morris # Date 1197352014 0 # Node ID a48038ce7d61d470eef2d01a0f7d8a202187c1eb # Parent 0abba064c568d361d4eef9321ea1a72b220350ef (gnus-alive-p): Autoload. diff -r 0abba064c568 -r a48038ce7d61 lisp/gnus/gnus-ems.el --- 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)