1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

(byte-compile-insert-header): Use user-mail-address.

This commit is contained in:
Richard M. Stallman 1994-10-09 17:23:09 +00:00
parent d5b22d8895
commit 34791302d4

View file

@ -1336,7 +1336,7 @@ With argument, insert value in current buffer after the form."
(if (byte-compile-version-cond byte-compile-compatibility) 18 19)
"\000\000\000\n"
)
(insert ";;; compiled by " (user-login-name) "@" (system-name) " on "
(insert ";;; compiled by " user-mail-address " on "
(current-time-string) "\n;;; from file " filename "\n")
(insert ";;; emacs version " emacs-version ".\n")
(insert ";;; bytecomp version " byte-compile-version "\n;;; "