]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnus.el (debbugs-gnu): Don't override existing autoload definition.
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 21 Apr 2012 07:55:02 +0000 (09:55 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 21 Apr 2012 07:55:02 +0000 (09:55 +0200)
lisp/gnus/ChangeLog
lisp/gnus/gnus.el

index b1f298bdb1641a988f43019899c43ffdd69d1e6f..9d9ffb2fcbd454ed0a166d0ac7bd58dafc41ad14 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * gnus.el (debbugs-gnu): Don't override existing autoload definition.
+
 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
index cc4f2eb1e7afb54919db2b535af4d7c9a72f739b..635bb6fc96f9ceaf0c11d003b9534184edb3d10e 100644 (file)
@@ -4397,7 +4397,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)