aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Engster2013-02-24 22:44:49 +0000
committerKatsumi Yamaoka2013-02-24 22:44:49 +0000
commit82fcf982c39d5ff821bb7d3353ca973e277e1810 (patch)
tree512b11e3370939609adeaa38721b468248648751
parent1abfd3e85fa9b340699430cd9e15dd9f0073bdbe (diff)
downloademacs-82fcf982c39d5ff821bb7d3353ca973e277e1810.tar.gz
emacs-82fcf982c39d5ff821bb7d3353ca973e277e1810.zip
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 @@
87(require 'easymenu) 87(require 'easymenu)
88(require 'registry) 88(require 'registry)
89 89
90;; Silence XEmacs byte compiler, which will otherwise complain about
91;; call to `eieio-persistent-read'.
92(when (featurep 'xemacs)
93 (byte-compiler-options
94 (warnings (- callargs))))
95
90(defvar gnus-adaptive-word-syntax-table) 96(defvar gnus-adaptive-word-syntax-table)
91 97
92(defvar gnus-registry-dirty t 98(defvar gnus-registry-dirty t