[gnus git] branch master updated: n0-17-172-g0c6882d =1= gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0c6882d2ea9535138ddace5d61be76406763c434 (commit)
from ecda533f1127610901ac6121260aed0170d0f5cf (commit)
- Log -----------------------------------------------------------------
commit 0c6882d2ea9535138ddace5d61be76406763c434
Author: Glenn Morris <[email protected]>
Date: Wed Jul 6 09:29:12 2011 +0000
gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2459fc0..7f12314 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-06 Glenn Morris <[email protected]>
+
+ * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
+
2011-07-05 Lars Magne Ingebrigtsen <[email protected]>
* gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index da6550c..da92570 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -2469,6 +2469,8 @@ the bug number, and browsing the URL must return mbox output."
number
(cdr (assoc 'debian gnus-bug-group-download-format-alist))))
+(defvar debbugs-bug-number) ; debbugs-gnu
+
(defun gnus-read-ephemeral-emacs-bug-group (ids &optional window-conf)
"Browse Emacs bugs IDS as an ephemeral group."
(interactive (list (string-to-number
@@ -2480,7 +2482,7 @@ the bug number, and browsing the URL must return mbox output."
ids
(cdr (assoc 'emacs gnus-bug-group-download-format-alist))
window-conf)
- (when (boundp 'debbugs-summary-mode)
+ (when (fboundp 'debbugs-summary-mode)
(with-current-buffer (window-buffer (selected-window))
(debbugs-summary-mode 1)
(set (make-local-variable 'debbugs-bug-number) (car ids)))))
-----------------------------------------------------------------------
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-group.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, master has been updated
hooks/post-receive
--
Gnus Project