diff options
| -rw-r--r-- | lisp/vc.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
