Petr Hracek 512b41
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
Petr Hracek 512b41
index ce3a332..749ec66 100644
Petr Hracek 512b41
--- a/lisp/emacs-lisp/bytecomp.el
Petr Hracek 512b41
+++ b/lisp/emacs-lisp/bytecomp.el
Petr Hracek 512b41
@@ -1981,11 +1981,7 @@ Call from the source buffer."
Petr Hracek 512b41
       ;; >4	byte		x		version %d
Petr Hracek 512b41
       (insert
Petr Hracek 512b41
        ";ELC" 23 "\000\000\000\n"
Petr Hracek 512b41
-       ";;; Compiled by "
Petr Hracek 512b41
-       (or (and (boundp 'user-mail-address) user-mail-address)
Petr Hracek 512b41
-	   (concat (user-login-name) "@" (system-name)))
Petr Hracek 512b41
-       " on " (current-time-string) "\n"
Petr Hracek 512b41
-       ";;; from file " filename "\n"
Petr Hracek 512b41
+       ";;; Compiled\n"
Petr Hracek 512b41
        ";;; in Emacs version " emacs-version "\n"
Petr Hracek 512b41
        ";;; with"
Petr Hracek 512b41
        (cond