Mercurial > emacs
changeset 17474:90cfef3930bc
Fixed message.
author | Per Abrahamsen <abraham@dina.kvl.dk> |
---|---|
date | Tue, 15 Apr 1997 11:14:08 +0000 |
parents | 83503d0dc576 |
children | 0a534b0cc7a3 |
files | lisp/cus-dep.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-dep.el Tue Apr 15 11:13:24 1997 +0000 +++ b/lisp/cus-dep.el Tue Apr 15 11:14:08 1997 +0000 @@ -64,6 +64,6 @@ (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