[gnus git] branch master updated: m0-5-270-g6eb6439 =1= * gnus-registry.el: Silence XEmacs byte compiler.
David Engster <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 6eb643915b68f790216382c45ad5d5de1a844736 (commit)
from 88a72625d1e27f31be5f521ed8a7369e9f708884 (commit)
- Log -----------------------------------------------------------------
commit 6eb643915b68f790216382c45ad5d5de1a844736
Author: David Engster <[email protected]>
Date: Sun Feb 24 14:42:25 2013 +0100
* gnus-registry.el: Silence XEmacs byte compiler.
diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el
index d4764c0..5a7dfd8 100644
--- a/lisp/gnus-registry.el
+++ b/lisp/gnus-registry.el
@@ -87,6 +87,12 @@
(require 'easymenu)
(require 'registry)
+;; Silence XEmacs byte compiler, which will otherwise complain about
+;; call to `eieio-persistent-read'.
+(when (featurep 'xemacs)
+ (byte-compiler-options
+ (warnings (- callargs))))
+
(defvar gnus-adaptive-word-syntax-table)
(defvar gnus-registry-dirty t
-----------------------------------------------------------------------
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/gnus-registry.el | 6 ++++++
1 files changed, 6 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