[gnus git] branch master updated: m0-5-317-gffe73a4 =1= lpath.el: Don't fbind debbugs-gnu for GNU Emacs (declare-function is available in Emacs >= 22.2)
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ffe73a4b8ec7341ac4b689b4d4a1cc60cc73eec3 (commit)
from aa1b4ae20db237e821cbbe596d6ceafff6e47289 (commit)
- Log -----------------------------------------------------------------
commit ffe73a4b8ec7341ac4b689b4d4a1cc60cc73eec3
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Apr 29 23:09:34 2013 +0000
lpath.el: Don't fbind debbugs-gnu for GNU Emacs (declare-function is available in Emacs >= 22.2)
diff --git a/lisp/lpath.el b/lisp/lpath.el
index 9e05018..4412ad5 100644
--- a/lisp/lpath.el
+++ b/lisp/lpath.el
@@ -10,7 +10,7 @@
(mapcar (lambda (var) (unless (boundp var) (set var nil))) args))
(unless (featurep 'xemacs)
- (maybe-fbind '(debbugs-gnu pgg-display-output-buffer url-generic-parse-url))
+ (maybe-fbind '(pgg-display-output-buffer url-generic-parse-url))
(maybe-bind '(help-xref-stack-item
url-version w3-meta-charset-content-type-regexp
w3-meta-content-type-charset-regexp))
-----------------------------------------------------------------------
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/lpath.el | 2 +-
1 files changed, 1 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