1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-10 15:56:18 +00:00

(custom-make-dependencies): Reverse the list of found dependencies.

This commit is contained in:
Juri Linkov 2005-11-14 18:28:49 +00:00
parent e46e522524
commit 882108c7b3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2005-11-14 Juri Linkov <juri@jurta.org>
* cus-edit.el (custom-variable-prompt): Set the default value arg
of completing-read.
* cus-dep.el (custom-make-dependencies): Reverse the list of
found dependencies.
2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
* menu-bar.el (menu-bar-options-menu): Delete "Syntax

View File

@ -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