gnus-registry.el: Silence XEmacs byte compiler
This commit is contained in:
parent
1abfd3e85f
commit
82fcf982c3
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue