diff lisp/cus-dep.el @ 17479:b613ee4fd988

provide `cus-load'.
author Per Abrahamsen <abraham@dina.kvl.dk>
date Tue, 15 Apr 1997 15:17:38 +0000
parents 90cfef3930bc
children f33d7729b6a1
line wrap: on
line diff
--- a/lisp/cus-dep.el	Tue Apr 15 15:00:38 1997 +0000
+++ b/lisp/cus-dep.el	Tue Apr 15 15:17:38 1997 +0000
@@ -62,7 +62,11 @@
 		      (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"))