packages are in reversed order - fix that
Ignore-this: b322415cad374af853e936bccd2cb27b darcs-hash:20120303225038-33bd9-7850599bceca75a02dd3fb7a508aa4008f6e3271
This commit is contained in:
parent
0db2c4d588
commit
c83560e01f
|
@ -851,7 +851,8 @@ defaults to 0."
|
||||||
(version (cdr package)))
|
(version (cdr package)))
|
||||||
(push (list package (vector name version))
|
(push (list package (vector name version))
|
||||||
tabulated-list-entries))
|
tabulated-list-entries))
|
||||||
(setq packages (cdr packages)))))
|
(setq packages (cdr packages))))
|
||||||
|
(setq tabulated-list-entries (nreverse tabulated-list-entries)))
|
||||||
|
|
||||||
(defun utop-package-printer (id cols)
|
(defun utop-package-printer (id cols)
|
||||||
"Print one findlib package entry."
|
"Print one findlib package entry."
|
||||||
|
|
Loading…
Reference in New Issue