[gnus git] branch master updated: n0-17-177-g71ab4cd =1= (gnus-read-ephemeral-emacs-bug-group): `debbugs-*' renamed to `debbugs-gnu-*'.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 71ab4cd78c7ea57a2dbb482c4800ddb10f1451b9 (commit)
from f10caf716c61fa6a6f48e99540931ad70543d731 (commit)
- Log -----------------------------------------------------------------
commit 71ab4cd78c7ea57a2dbb482c4800ddb10f1451b9
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jul 10 15:38:29 2011 +0200
(gnus-read-ephemeral-emacs-bug-group): `debbugs-*' renamed to `debbugs-gnu-*'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1c83fe8..dfddc6d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-10 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
+ renamed to `debbugs-gnu-*'.
+
2011-07-08 Daiki Ueno <[email protected]>
* plstore.el: Revert the editing feature since it is not urgent.
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index da92570..2ea2a5c 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -2469,7 +2469,7 @@ 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
+(defvar debbugs-gnu-bug-number) ; debbugs-gnu
(defun gnus-read-ephemeral-emacs-bug-group (ids &optional window-conf)
"Browse Emacs bugs IDS as an ephemeral group."
@@ -2482,10 +2482,10 @@ the bug number, and browsing the URL must return mbox output."
ids
(cdr (assoc 'emacs gnus-bug-group-download-format-alist))
window-conf)
- (when (fboundp 'debbugs-summary-mode)
+ (when (fboundp 'debbugs-gnu-summary-mode)
(with-current-buffer (window-buffer (selected-window))
- (debbugs-summary-mode 1)
- (set (make-local-variable 'debbugs-bug-number) (car ids)))))
+ (debbugs-gnu-summary-mode 1)
+ (set (make-local-variable 'debbugs-gnu-bug-number) (car ids)))))
(defun gnus-group-jump-to-group (group &optional prompt)
"Jump to newsgroup GROUP.
-----------------------------------------------------------------------
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 | 5 +++++
lisp/gnus-group.el | 8 ++++----
2 files changed, 9 insertions(+), 4 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