1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07: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