Fix nnregistry byte compilation warning
* lisp/gnus/nnregistry.el (nnregistry-server-opened) (nnregistry-open-server): Fix byte compilation warning.
This commit is contained in:
parent
cce477cad7
commit
63edde9f0e
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
(nnoo-declare nnregistry)
|
||||
|
||||
(deffoo nnregistry-server-opened (_server)
|
||||
gnus-registry-enabled)
|
||||
gnus-registry-db)
|
||||
|
||||
(deffoo nnregistry-close-server (_server &optional _defs)
|
||||
t)
|
||||
|
@ -45,7 +45,7 @@
|
|||
nil)
|
||||
|
||||
(deffoo nnregistry-open-server (_server &optional _defs)
|
||||
gnus-registry-enabled)
|
||||
gnus-registry-db)
|
||||
|
||||
(defvar nnregistry-within-nnregistry nil)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue