+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
(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