diff options
| -rw-r--r-- | lisp/gnus/gnus-registry.el | 6 |
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 |