Fix typo in last checkin.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 27 Sep 2010 18:58:33 +0000 (20:58 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 27 Sep 2010 18:58:33 +0000 (20:58 +0200)
lisp/nnimap.el

index 26cf297..138833c 100644 (file)
@@ -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)))