From 243a81f5240b6da4fd0d7a9747fd1c00eb8258b3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 21 Mar 1995 20:22:41 +0000 Subject: [PATCH] (vc-update-change-log): Use new -u option for rcs2log. --- lisp/vc.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lisp/vc.el b/lisp/vc.el index 5b9de8bb486..920611de76c 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1434,10 +1434,12 @@ 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 + "-u" + (concat (user-login-name) + "\t" + (user-full-name) + "\t" + user-mail-address) (mapcar (function (lambda (f) (file-relative-name -- 2.39.5