[gnus git] branch master updated: =1= (gnus-request-marks): Call *-request-marks instead of the older request-update-info.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ad107b21a527a47b0e192df1518116b2749cef20 (commit)
from 2ccb76233859906ab991f8f366bddfc2acb29e49 (commit)
- Log -----------------------------------------------------------------
commit ad107b21a527a47b0e192df1518116b2749cef20
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Jan 27 17:57:54 2011 -0800
(gnus-request-marks): Call *-request-marks instead of the older request-update-info.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d27a904..3cef836 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-01-28 Lars Ingebrigtsen <[email protected]>
+ * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
+ older request-update-info.
+
* gnus-art.el (article-make-date-line): Limit the length a bit more.
2011-01-28 Daiki Ueno <[email protected]>
diff --git a/lisp/gnus-int.el b/lisp/gnus-int.el
index 9f69536..a67063b 100644
--- a/lisp/gnus-int.el
+++ b/lisp/gnus-int.el
@@ -638,8 +638,7 @@ If GROUP is nil, all groups on GNUS-COMMAND-METHOD are scanned."
(when (gnus-check-backend-function
'request-marks (car gnus-command-method))
(let ((group (gnus-info-group info)))
- (and (funcall (gnus-get-function gnus-command-method
- 'request-update-info)
+ (and (funcall (gnus-get-function gnus-command-method 'request-marks)
(gnus-group-real-name group)
info (nth 1 gnus-command-method))
;; If the minimum article number is greater than 1, then all
-----------------------------------------------------------------------
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 | 3 +++
lisp/gnus-int.el | 3 +--
2 files changed, 4 insertions(+), 2 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