Fixed message.

This commit is contained in:
Per Abrahamsen
1997-04-15 11:14:08 +00:00
parent a9d3a78b01
commit e32273dc03

View File

@@ -64,6 +64,6 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies"
(insert "))\n"))))))
(insert "\n;;; cus-load.el ends here\n")
(save-buffer)
(message "Generating cus-load.el..."))
(message "Generating cus-load.el...done"))
;;; cus-dep.el ends here