# HG changeset patch # User Richard M. Stallman # Date 781723389 0 # Node ID fae44b2323fe705f97bf9b4636c9ffccaa5aca84 # Parent e54eede7144686134be96c2146cf8eee5f5eb854 (byte-compile-insert-header): Use user-mail-address. diff -r e54eede71446 -r fae44b2323fe lisp/emacs-lisp/bytecomp.el --- 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;;; "