summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Abrahamsen <abraham@dina.kvl.dk>1997-04-15 15:17:38 +0000
committerPer Abrahamsen <abraham@dina.kvl.dk>1997-04-15 15:17:38 +0000
commit31ae202a683912e93a875effb6f9080ff308cd43 (patch)
tree8e170fdc2b1eaf6c60a384d8018170e21d3f9c10
parentcb6139e42a7714c5d6444c77f2aeee361121c05b (diff)
downloademacs-31ae202a683912e93a875effb6f9080ff308cd43.tar.gz
provide `cus-load'.
-rw-r--r--lisp/cus-dep.el6
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"))