changeset 66860:e60edad917f6

(custom-make-dependencies): Reverse the list of found dependencies.
author Juri Linkov <juri@jurta.org>
date Mon, 14 Nov 2005 18:28:22 +0000
parents b148d2fdff12
children 71657ea2ba01
files lisp/cus-dep.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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