From 68beed8a99037b8c0dcf3d717c88c30453a4471c Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 27 Sep 2010 20:58:33 +0200 Subject: [PATCH] Fix typo in last checkin. --- lisp/nnimap.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 26cf29732..138833c22 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -967,8 +967,10 @@ textual parts.") (t ;; No articles and no uidnext. nil))) - (gnus-set-active (cons (car (gnus-active group)) - (or high (1- uidnext))))) + (gnus-set-active + group + (cons (car (gnus-active group)) + (or high (1- uidnext))))) (when (and (not high) uidnext) (setq high (1- uidnext))) -- 2.25.1