summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
(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