aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Abrahamsen1997-04-15 15:17:38 +0000
committerPer Abrahamsen1997-04-15 15:17:38 +0000
commit8cd58e14c1f54e8273c54e682fa724e581272f14 (patch)
tree4821fb2846c5d6f894c5a4baee90bff9cd17c86d
parentc432c362bd35358b2a1a73d568668b8bb678c717 (diff)
downloademacs-8cd58e14c1f54e8273c54e682fa724e581272f14.tar.gz
emacs-8cd58e14c1f54e8273c54e682fa724e581272f14.zip
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"
62 (push where found))) 62 (push where found)))
63 (when found 63 (when found
64 (insert "))\n")))))) 64 (insert "))\n"))))))
65 (insert "\n;;; cus-load.el ends here\n") 65 (insert "\
66
67\(provide 'cus-load)
68
69;;; cus-load.el ends here\n")
66 (save-buffer) 70 (save-buffer)
67 (message "Generating cus-load.el...done")) 71 (message "Generating cus-load.el...done"))
68 72