diff options
author | Ted Zlatanov <tzz@lifelogs.com> | 2011-10-31 22:11:23 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-10-31 22:11:23 +0000 |
commit | 614ce227f5c57c1a0ebd13c9a35212caaa62f797 (patch) | |
tree | f2c0ce0c0806fe5b8d2bc1284f9225deac329146 /lisp/gnus/nnmairix.el | |
parent | 07f3add98f088ff068aacb0429210900e95b90c3 (diff) | |
download | emacs-614ce227f5c57c1a0ebd13c9a35212caaa62f797.tar.gz emacs-614ce227f5c57c1a0ebd13c9a35212caaa62f797.tar.bz2 emacs-614ce227f5c57c1a0ebd13c9a35212caaa62f797.zip |
gnus-registry-enabled fixes to give default value.
Diffstat (limited to 'lisp/gnus/nnmairix.el')
-rw-r--r-- | lisp/gnus/nnmairix.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el index 1bf28c5d32f..74aea562fbb 100644 --- a/lisp/gnus/nnmairix.el +++ b/lisp/gnus/nnmairix.el @@ -605,9 +605,6 @@ Other back ends might or might not work.") ;; Silence byte-compiler. (autoload 'gnus-registry-get-id-key "gnus-registry") -;; Suppress byte-compiler warning `reference to free variable' -(defvar gnus-registry-enabled) - (deffoo nnmairix-request-set-mark (group actions &optional server) (when server (nnmairix-open-server server)) |