From ce37bf2068ca109a3e4dc25c3597de06d9532e21 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 Jul 1994 04:49:30 +0000 Subject: [PATCH] (vc-update-change-log): Pass a -n option to rcs2log. --- lisp/vc.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/vc.el b/lisp/vc.el index 1ad1c9a7099..20b660b39b4 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1262,6 +1262,10 @@ From a program, any arguments are passed to the `rcs2log' script." (message "Computing change log entries... %s" (if (or (null args) (eq 0 (apply 'call-process "rcs2log" nil t nil + "-n" + (user-login-name) + (user-full-name) + user-mail-address (mapcar (function (lambda (f) (file-relative-name -- 2.39.5