summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Engster <deng@randomsample.de>2013-02-24 22:44:49 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2013-02-24 22:44:49 +0000
commit82fcf982c39d5ff821bb7d3353ca973e277e1810 (patch)
tree512b11e3370939609adeaa38721b468248648751
parent1abfd3e85fa9b340699430cd9e15dd9f0073bdbe (diff)
downloademacs-82fcf982c39d5ff821bb7d3353ca973e277e1810.tar.gz
gnus-registry.el: Silence XEmacs byte compiler
-rw-r--r--lisp/gnus/gnus-registry.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el
index d4764c08fde..5a7dfd82d28 100644
--- a/lisp/gnus/gnus-registry.el
+++ b/lisp/gnus/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