Mercurial > emacs
changeset 9414:fae44b2323fe
(byte-compile-insert-header): Use user-mail-address.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Oct 1994 17:23:09 +0000 |
parents | e54eede71446 |
children | ee3bdb606d7b |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Sun Oct 09 09:19:16 1994 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Sun Oct 09 17:23:09 1994 +0000 @@ -1336,7 +1336,7 @@ (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;;; "