# HG changeset patch # User Roland McGrath # Date 735254350 0 # Node ID 9013d6e2b2e7da74ea1ee70532fab25a65f270f9 # Parent 5686672705bf7ce51d3070beed98affcd65dde7e (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? diff -r 5686672705bf -r 9013d6e2b2e7 lisp/vc.el --- 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)