X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Fcus-dep.el;h=fb14885fb11c65d3b723e5ec6377b26ddade1e84;hp=cf9fa275c30220ee32a187d0a95f80d8f8251153;hb=762383636a99307282c2d93d26c35c046ec24da1;hpb=e31bfd1501359ce20fe1caf6b913a019318ec83c diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index cf9fa27..fb14885 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -158,7 +158,8 @@ Batch usage: xemacs -batch -l cus-dep.el -f Custom-make-dependencies DIRS" (with-temp-file cusload-file (insert ";;; " cusload-base-file " --- automatically extracted custom dependencies\n" - "\n;;; Code:\n\n") + "\n;;; Code:\n\n" + "(autoload 'custom-add-loads \"cus-load\")\n\n") (mapatoms (lambda (sym) (let ((members (get sym 'custom-group))