[gnus git] branch master updated: n0-17-362-g3894f95 =1= gnus-registry-enabled fixes to give default value.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3894f952b13856dbb5e36b373dcc745f51088b17 (commit)
from 1b954052b381ae6673ce3534a5f042e240a2bfc4 (commit)
- Log -----------------------------------------------------------------
commit 3894f952b13856dbb5e36b373dcc745f51088b17
Author: Ted Zlatanov <[email protected]>
Date: Mon Oct 31 13:37:02 2011 -0400
gnus-registry-enabled fixes to give default value.
* gnus-registry.el (gnus-registry-enabled): Default to nil.
* nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
* nnir.el: Ditto.
* nnmairix.el: Ditto.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b2a2261..ea8d600 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2011-10-31 Teodor Zlatanov <[email protected]>
+
+ * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
+ * nnir.el: Ditto.
+ * nnmairix.el: Ditto.
+
+ * gnus-registry.el (gnus-registry-enabled): Default to nil.
+
2011-10-29 Teodor Zlatanov <[email protected]>
* gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el
index 652e816..d25b8b1 100644
--- a/lisp/gnus-registry.el
+++ b/lisp/gnus-registry.el
@@ -164,7 +164,7 @@ nnmairix groups are specifically excluded because they are ephemeral."
(const :tag "Always Install" t)
(const :tag "Ask Me" ask)))
-(defvar gnus-registry-enabled)
+(defvar gnus-registry-enabled nil)
(defvar gnus-summary-misc-menu) ;; Avoid byte compiler warning.
diff --git a/lisp/nnir.el b/lisp/nnir.el
index 2d3c058..13ad497 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -292,9 +292,6 @@ 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 1bf28c5..74aea56 100644
--- a/lisp/nnmairix.el
+++ b/lisp/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))
diff --git a/lisp/nnregistry.el b/lisp/nnregistry.el
index 75a640a..2001f8f 100644
--- a/lisp/nnregistry.el
+++ b/lisp/nnregistry.el
@@ -36,9 +36,6 @@
(nnoo-declare nnregistry)
-;; Suppress byte-compiler warning `reference to free variable'
-(defvar gnus-registry-enabled)
-
(deffoo nnregistry-server-opened (server)
gnus-registry-enabled)
-----------------------------------------------------------------------
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 | 8 ++++++++
lisp/gnus-registry.el | 2 +-
lisp/nnir.el | 3 ---
lisp/nnmairix.el | 3 ---
lisp/nnregistry.el | 3 ---
5 files changed, 9 insertions(+), 10 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