[gnus git] branch master updated: m0-5-298-g02d432d =1= nnir.el (nnir-request-set-mark): Make sure we are in the right group.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 02d432d61ef9e17278782c2f158f6284e6c513c0 (commit)
from 27103cb22cba6e487353c169a0c962b87f8e4f83 (commit)
- Log -----------------------------------------------------------------
commit 02d432d61ef9e17278782c2f158f6284e6c513c0
Author: Andrew Cohen <[email protected]>
Date: Sun Apr 14 15:10:14 2013 -0400
nnir.el (nnir-request-set-mark): Make sure we are in the right group.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9f5eeb8..4135c38 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-14 Andrew Cohen <[email protected]>
+
+ * nnir.el (nnir-request-set-mark): Make sure we are in the right
+ group.
+
2013-04-10 Andrew Cohen <[email protected]>
* nnir.el (number-sequence): No longer used.
diff --git a/lisp/nnir.el b/lisp/nnir.el
index 882e863..24f2a55 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -837,6 +837,7 @@ skips all prompting."
(gnus-request-update-mark artgroup artnumber mark)))
(deffoo nnir-request-set-mark (group actions &optional server)
+ (nnir-possibly-change-group group server)
(let (mlist)
(dolist (action actions)
(destructuring-bind (range action marks) action
@@ -853,7 +854,7 @@ skips all prompting."
(deffoo nnir-request-update-info (group info &optional server)
- (nnir-possibly-change-group group)
+ (nnir-possibly-change-group group server)
;; clear out all existing marks.
(gnus-info-set-marks info nil)
(gnus-info-set-read info nil)
-----------------------------------------------------------------------
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 | 3 ++-
2 files changed, 7 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