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