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:
parent
e46e522524
commit
882108c7b3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user