Mercurial > emacs
changeset 17479:b613ee4fd988
provide `cus-load'.
author | Per Abrahamsen <abraham@dina.kvl.dk> |
---|---|
date | Tue, 15 Apr 1997 15:17:38 +0000 |
parents | 14989cb202dc |
children | c4258189ad2c |
files | lisp/cus-dep.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
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"))