diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-04-15 15:17:38 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-04-15 15:17:38 +0000 |
commit | 8cd58e14c1f54e8273c54e682fa724e581272f14 (patch) | |
tree | 4821fb2846c5d6f894c5a4baee90bff9cd17c86d /lisp/cus-dep.el | |
parent | c432c362bd35358b2a1a73d568668b8bb678c717 (diff) | |
download | emacs-8cd58e14c1f54e8273c54e682fa724e581272f14.tar.gz |
provide `cus-load'.
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r-- | lisp/cus-dep.el | 6 |
1 files changed, 5 insertions, 1 deletions
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")) |