From: Per Abrahamsen Date: Tue, 15 Apr 1997 15:17:38 +0000 (+0000) Subject: provide `cus-load'. X-Git-Tag: emacs-20.1~2466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8cd58e14c1f54e8273c54e682fa724e581272f14;p=emacs.git provide `cus-load'. --- diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 1f08172e5a1..7d32dacdcb8 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -62,7 +62,11 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies" (push where found))) (when found (insert "))\n")))))) - (insert "\n;;; cus-load.el ends here\n") + (insert "\ + +\(provide 'cus-load) + +;;; cus-load.el ends here\n") (save-buffer) (message "Generating cus-load.el...done"))