From 3618c97e61225f5edeb5d3734a339f0754c5d181 Mon Sep 17 00:00:00 2001 From: Kevin Greiner Date: Fri, 1 Oct 2004 20:40:28 +0000 Subject: [PATCH] * gnus-agent.el (gnus-agent-synchronize-group-flags): Fixed typo in preceeding check-in. --- lisp/gnus-agent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index 9d48b59f2..e0f628a5d 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -1241,7 +1241,7 @@ This can be added to `gnus-select-article-hook' or ((memq mark '(tick)) (let ((info-marks (assoc mark (gnus-info-marks info)))) (unless info-marks - (gnus-info-marks info (cons (setq info-marks (list mark)) (gnus-info-marks info)))) + (gnus-info-set-marks info (cons (setq info-marks (list mark)) (gnus-info-marks info)))) (setcdr info-marks (funcall (if (eq what 'add) 'gnus-range-add 'gnus-remove-from-range) -- 2.25.1