changeset 2555:9013d6e2b2e7

(vc-comment-to-change-log): Restored interactive spec. Why was it removed? Why does the only log entry mentioning this function contain no actual information?
author Roland McGrath <roland@gnu.org>
date Mon, 19 Apr 1993 21:19:10 +0000
parents 5686672705bf
children 8b6c3d4256a0
files lisp/vc.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Mon Apr 19 21:13:47 1993 +0000
+++ b/lisp/vc.el	Mon Apr 19 21:19:10 1993 +0000
@@ -547,9 +547,10 @@
 ;;; Here is a checkin hook that may prove useful to sites using the
 ;;; ChangeLog facility supported by Emacs.
 (defun vc-comment-to-change-log (&optional file)
-   "Update change log from comments entered into VC for the current file.
+  "Update change log from comments entered into VC for the current file.
 Optional FILE specifies the change log file name; see `find-change-log'.
 See `vc-update-change-log'."
+  (interactive)
   (let ((log (find-change-log file)))
     (if log
 	(let ((default-directory (or (file-name-directory log)