diff options
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r-- | lisp/cus-dep.el | 2 |
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 |