[gnus git] branch master updated: n0-17-93-g5011159 =1= Bind `gnutls-available-p' to `ignore' on XEmacs to avoid compiler warnings.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 501115928385aaf06bc9c6350c889aa5e2e0f15f (commit)
from 49471116eff3f3f2d01b5d442c3c125a167d17a8 (commit)
- Log -----------------------------------------------------------------
commit 501115928385aaf06bc9c6350c889aa5e2e0f15f
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jun 26 13:59:05 2011 +0200
Bind `gnutls-available-p' to `ignore' on XEmacs to avoid compiler warnings.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 019b9e4..8953c42 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-06-26 Lars Magne Ingebrigtsen <[email protected]>
+ * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
+ avoid compiler warnings.
+
* auth-source.el (with-auth-source-epa-overrides): Fix compilation
error with `find-file-hooks' on Emacs 22.
(with-auth-source-epa-overrides): Ugly hack to Wrap the
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 34248d3..c82df3f 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -237,6 +237,7 @@
(defalias 'overlays-in 'ignore)
(defalias 'replace-dehighlight 'ignore)
(defalias 'replace-highlight 'ignore)
+ (defalias 'gnutls-available-p 'ignore)
(defalias 'w3-coding-system-for-mime-charset 'ignore)))
(defun dgnushack-emacs-compile-defcustom-p ()
-----------------------------------------------------------------------
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 | 3 +++
lisp/dgnushack.el | 1 +
2 files changed, 4 insertions(+), 0 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