[gnus git] branch master updated: m0-1-155-gc234196 =1= unexist fixups
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c234196804530af87e4b831ab45c207d0d8b472d (commit)
from bde91281671310cfab90dfea4efa1202cbf7f25b (commit)
- Log -----------------------------------------------------------------
commit c234196804530af87e4b831ab45c207d0d8b472d
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 15 10:06:43 2012 +0100
unexist fixups
* gnus-sum.el (gnus-summary-local-variables): Make
`gnus-newsgroup-unexist' into a local variable.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0252102..bee4aea 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-15 Lars Ingebrigtsen <[email protected]>
+
+ * gnus-sum.el (gnus-summary-local-variables): Make
+ `gnus-newsgroup-unexist' into a local variable.
+
2012-02-14 Teodor Zlatanov <[email protected]>
* registry.el (registry-usage-test, registry-persistence-test): Move to
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index dfd1421..3e19b7b 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -1580,6 +1580,7 @@ This list will always be a subset of gnus-newsgroup-undownloaded.")
gnus-newsgroup-killed
gnus-newsgroup-unseen
gnus-newsgroup-seen
+ gnus-newsgroup-unexist
gnus-newsgroup-cached
gnus-newsgroup-downloadable
gnus-newsgroup-undownloaded
@@ -5972,7 +5973,6 @@ If SELECT-ARTICLES, only select those articles from GROUP."
(setq mark (car marks)
mark-type (gnus-article-mark-to-type mark)
var (intern (format "gnus-newsgroup-%s" (car (rassq mark types)))))
-
;; We set the variable according to the type of the marks list,
;; and then adjust the marks to a subset of the active articles.
(cond
-----------------------------------------------------------------------
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/gnus-sum.el | 2 +-
2 files changed, 6 insertions(+), 1 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