# HG changeset patch # User Juri Linkov # Date 1131992902 0 # Node ID e60edad917f6c9264ccce02aa308338a2e44572b # Parent b148d2fdff126b8d5fa28a279b91eb42c83520ae (custom-make-dependencies): Reverse the list of found dependencies. diff -r b148d2fdff12 -r e60edad917f6 lisp/cus-dep.el --- a/lisp/cus-dep.el Mon Nov 14 18:28:12 2005 +0000 +++ b/lisp/cus-dep.el Mon Nov 14 18:28:22 2005 +0000 @@ -98,7 +98,7 @@ (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