gnus-registry.el: Silence XEmacs byte compiler

This commit is contained in:
David Engster 2013-02-24 22:44:49 +00:00 committed by Katsumi Yamaoka
parent 1abfd3e85f
commit 82fcf982c3

View file

@ -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