* gnus.el (debbugs-gnu): Don't override existing autoload definition.
This commit is contained in:
parent
e78d873d90
commit
7b9946cfd9
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue