From 7c548a29c0ae4fc754d1c3432ea234d148b70313 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 9 Jul 2019 18:52:54 +0200 Subject: [PATCH] Make gnus-read-ephemeral-emacs-bug-group autoloadable * lisp/gnus/gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Add an autoload cookie, because the command can be used from without Gnus. --- lisp/gnus/gnus-group.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 2668e4fb7cd..050b3898802 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -2528,6 +2528,7 @@ The arguments have the same meaning as those of (defvar debbugs-gnu-bug-number) ; debbugs-gnu +;;;###autoload (defun gnus-read-ephemeral-emacs-bug-group (ids &optional window-conf) "Browse Emacs bug reports with IDS in an ephemeral group. The arguments have the same meaning as those of -- 2.39.5