[gnus git] branch master updated: n0-17-351-gf7b7e15 =1= nnir.el,nnmairix.el (gnus-registry-enabled): Defvar to keep the compiler happy.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f7b7e1594e227fd196b0c01c98cbb6db9db0dd94 (commit)
from 3907a0e65ac509c34557afebf4fc548a47c2c593 (commit)
- Log -----------------------------------------------------------------
commit f7b7e1594e227fd196b0c01c98cbb6db9db0dd94
Author: Ted Zlatanov <[email protected]>
Date: Tue Oct 18 09:13:17 2011 -0400
nnir.el,nnmairix.el (gnus-registry-enabled): Defvar to keep the compiler happy.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d47e43a..e2a51cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-18 Teodor Zlatanov <[email protected]>
+
+ * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
+ * nnmairix.el (gnus-registry-enabled): Ditto.
+
2011-10-17 Teodor Zlatanov <[email protected]>
* gnus-registry.el (gnus-registry-enabled): Add new variable.
diff --git a/lisp/nnir.el b/lisp/nnir.el
index cbd3f74..b03c9e4 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -292,6 +292,8 @@ is `(valuefunc member)'."
(autoload 'nnimap-make-thread-query "nnimap")
(autoload 'gnus-registry-action "gnus-registry"))
+;; Suppress byte-compiler warning `reference to free variable'
+(defvar gnus-registry-enabled)
(nnoo-declare nnir)
(nnoo-define-basics nnir)
diff --git a/lisp/nnmairix.el b/lisp/nnmairix.el
index f81aa03..17b42fa 100644
--- a/lisp/nnmairix.el
+++ b/lisp/nnmairix.el
@@ -605,6 +605,9 @@ 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))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/nnir.el | 2 ++
lisp/nnmairix.el | 3 +++
3 files changed, 10 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project