From db48b1977afad305856f681b744ec5eac5b30438 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 11 Dec 2007 05:46:54 +0000 Subject: [PATCH] (gnus-alive-p): Autoload. --- lisp/gnus/gnus-ems.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2