[gnus git] branch master updated: n0-17-178-gfbfc2ce =1= * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via fbfc2ce2eb761dec0a5a8206ca49d39e533fd80d (commit)
from 71ab4cd78c7ea57a2dbb482c4800ddb10f1451b9 (commit)
- Log -----------------------------------------------------------------
commit fbfc2ce2eb761dec0a5a8206ca49d39e533fd80d
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jul 10 16:04:45 2011 +0200
* dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dfddc6d..9fddd97 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-07-10 Lars Magne Ingebrigtsen <[email protected]>
+ * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
+
* gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
renamed to `debbugs-gnu-*'.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index c007d0c..e3110d7 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -129,8 +129,8 @@
(defalias 'efs-re-read-dir 'ignore)
(defalias 'ange-ftp-re-read-dir 'ignore)
(defalias 'define-mail-user-agent 'ignore)
-(defalias 'debbugs-summary-mode 'ignore)
-(defvar debbugs-bug-number nil)
+(defalias 'debbugs-gnu-summary-mode 'ignore)
+(defvar debbugs-gnu-bug-number nil)
(eval-and-compile
(unless (featurep 'xemacs)
-----------------------------------------------------------------------
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 | 2 ++
lisp/dgnushack.el | 4 ++--
2 files changed, 4 insertions(+), 2 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