import -ko -b 1.1.3 XEmacs XEmacs-21_2 r21-2-35
[chise/xemacs-chise.git.1] / lisp / cus-dep.el
index cf9fa27..fb14885 100644 (file)
@@ -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))