diff lisp/gnus/gnus-ems.el @ 87252:a48038ce7d61

(gnus-alive-p): Autoload.
author Glenn Morris <rgm@gnu.org>
date Tue, 11 Dec 2007 05:46:54 +0000
parents 1cdfc94602cb
children 107ccd98fa12 2fcaae6177a5
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)