Fix order.
This commit is contained in:
parent
754f81703e
commit
6c5f6b7119
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue