summaryrefslogtreecommitdiff
path: root/lisp/cus-dep.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-11-14 18:28:22 +0000
committerJuri Linkov <juri@jurta.org>2005-11-14 18:28:22 +0000
commit1177d69fecd1a2eb38afcd180811e6cf4915123c (patch)
tree38e326e582968967d240b31901439977698e9262 /lisp/cus-dep.el
parent67949d82b465b74e2b00d647e5a9a4e2f75257d9 (diff)
downloademacs-1177d69fecd1a2eb38afcd180811e6cf4915123c.tar.gz
(custom-make-dependencies): Reverse the list of found dependencies.
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r--lisp/cus-dep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el
index 985a428384e..1b13a12698f 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -98,7 +98,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
(when found
(insert "(put '" (symbol-name symbol)
" 'custom-loads '")
- (prin1 found (current-buffer))
+ (prin1 (nreverse found) (current-buffer))
(insert ")\n"))))))
(insert "\
;; These are for handling :version. We need to have a minimum of