[gnus git] branch no-gnus updated: m0-1-103-g222d076 =1= gnus.el (debbugs-gnu): Don't override existing autoload definition
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 222d07683f2a2696928beb9e920043b1c281828d (commit)
from 7176b8dbb71e1eb23d8da9f30ceac1c04e7596c9 (commit)
- Log -----------------------------------------------------------------
commit 222d07683f2a2696928beb9e920043b1c281828d
Author: Andreas Schwab <[email protected]>
Date: Sat Apr 21 08:47:21 2012 +0000
gnus.el (debbugs-gnu): Don't override existing autoload definition
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b984df7..230fb70 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Andreas Schwab <[email protected]>
+
+ * gnus.el (debbugs-gnu): Don't override existing autoload definition.
+
2012-04-12 Lars Magne Ingebrigtsen <[email protected]>
* gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
diff --git a/lisp/gnus.el b/lisp/gnus.el
index f2b2982..869e2de 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -4396,7 +4396,9 @@ prompt the user for the name of an NNTP server to use."
(gnus-1 arg dont-connect slave)
(gnus-final-warning)))
-(autoload 'debbugs-gnu "debbugs-gnu")
+(eval-and-compile
+ (unless (fboundp 'debbugs-gnu)
+ (autoload 'debbugs-gnu "debbugs-gnu" "List all outstanding Emacs bugs." t)))
(defun gnus-list-debbugs ()
"List all open Gnus bug reports."
(interactive)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus.el | 4 +++-
2 files changed, 7 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, no-gnus has been updated
hooks/post-receive
--
Gnus Project