[gnus git] branch master updated: m0-1-39-g0444d5f =1= * gnus-compat.el: Require `help-fns' to fix compilation error.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0444d5f075616b0e4341ebf706a017224e351712 (commit)
from cf1cc15caa87116a3869bbfaea7cd0b02a8250e2 (commit)
- Log -----------------------------------------------------------------
commit 0444d5f075616b0e4341ebf706a017224e351712
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 1 23:22:23 2012 +0100
* gnus-compat.el: Require `help-fns' to fix compilation error.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 34acdbc..65bd104 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-02-01 Lars Ingebrigtsen <[email protected]>
+ * gnus-compat.el: Require `help-fns' to fix compilation error.
+
* gnus-registry.el (gnus-registry-fixup-registry): Move the message to
a higher level to silence compilation.
diff --git a/lisp/gnus-compat.el b/lisp/gnus-compat.el
index 523fc2f..f92c5b2 100644
--- a/lisp/gnus-compat.el
+++ b/lisp/gnus-compat.el
@@ -30,6 +30,9 @@
(eval-when-compile (require 'cl))
+(ignore-errors
+ (require 'help-fns))
+
(when (and (not (fboundp 'help-function-arglist))
(fboundp 'function-arglist))
(defun help-function-arglist (def &optional preserve-names)
-----------------------------------------------------------------------
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/gnus-compat.el | 5 ++++-
2 files changed, 6 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