Fix order.

This commit is contained in:
Dominik Pantůček 2023-04-06 20:25:20 +02:00
parent 754f81703e
commit 6c5f6b7119

View file

@ -103,7 +103,7 @@
(let ((mln (car lsts)))
(progress%-advance (/ idx total))
(loop (cdr lsts)
(cons res (load-mailman-list mln))
(cons (load-mailman-list mln) res)
(add1 idx))))))))
;; List of lists, returns the whole list record (including name)