missing setq in previous commit
authorPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 24 Oct 2001 17:18:46 +0000 (17:18 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 24 Oct 2001 17:18:46 +0000 (17:18 +0000)
lisp/gnus.el

index 9c07264..08e5f2a 100644 (file)
@@ -2853,7 +2853,7 @@ The function `gnus-group-find-parameter' will do that for you."
                  (setq result (gnus-expand-group-parameter (car head)
                                                            result group)))
              ;; Exit the loop early.
-             tail nil)))
+             (setq tail nil))))
        ;; Done.
        result)))