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:
parent
d5b22d8895
commit
34791302d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;;; "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue