From: Richard M. Stallman Date: Tue, 21 Mar 1995 20:22:41 +0000 (+0000) Subject: (vc-update-change-log): Use new -u option for rcs2log. X-Git-Tag: emacs-19.34~4778 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=243a81f5240b6da4fd0d7a9747fd1c00eb8258b3;p=emacs.git (vc-update-change-log): Use new -u option for rcs2log. --- 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