emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112286: lisp/gnus/nnir.el (nnir-requ


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112286: lisp/gnus/nnir.el (nnir-request-set-mark): Make sure we are in the right group
Date: Sun, 14 Apr 2013 22:16:44 +0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112286
author: Andrew Cohen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Sun 2013-04-14 22:16:44 +0000
message:
  lisp/gnus/nnir.el (nnir-request-set-mark): Make sure we are in the right group
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/nnir.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2013-04-12 15:17:47 +0000
+++ b/lisp/gnus/ChangeLog       2013-04-14 22:16:44 +0000
@@ -1,3 +1,8 @@
+2013-04-14  Andrew Cohen  <address@hidden>
+
+       * nnir.el (nnir-request-set-mark): Make sure we are in the right
+       group.
+
 2013-04-12  Katsumi Yamaoka  <address@hidden>
 
        * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles

=== modified file 'lisp/gnus/nnir.el'
--- a/lisp/gnus/nnir.el 2013-04-10 22:17:51 +0000
+++ b/lisp/gnus/nnir.el 2013-04-14 22:16:44 +0000
@@ -837,6 +837,7 @@
     (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 @@
 
 
 (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]