aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Abrahamsen1997-04-15 11:14:08 +0000
committerPer Abrahamsen1997-04-15 11:14:08 +0000
commite32273dc030f8fef67d076804d837cde264b6f12 (patch)
tree5c75603884371b72ff0d10eb602719772565dbcd
parenta9d3a78b019b65536168b02151a982a5ecf7d6ee (diff)
downloademacs-e32273dc030f8fef67d076804d837cde264b6f12.tar.gz
emacs-e32273dc030f8fef67d076804d837cde264b6f12.zip
Fixed message.
-rw-r--r--lisp/cus-dep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el
index 16871ef7866..1f08172e5a1 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -64,6 +64,6 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies"
64 (insert "))\n")))))) 64 (insert "))\n"))))))
65 (insert "\n;;; cus-load.el ends here\n") 65 (insert "\n;;; cus-load.el ends here\n")
66 (save-buffer) 66 (save-buffer)
67 (message "Generating cus-load.el...")) 67 (message "Generating cus-load.el...done"))
68 68
69;;; cus-dep.el ends here 69;;; cus-dep.el ends here