Mercurial > hg > xemacs-beta
diff lisp/bytecomp.el @ 5811:b527c25f36ce
Do not insert timestamps into .elcs files for reproducibility. See
<CAHCOHQnEpzvbiu6cQMwc+3yYMxadgNUt=b+=Z1HBc91CMHTMDw@mail.gmail.com> in
xemacs-patches.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 29 Sep 2014 10:44:50 -0600 |
parents | dbd8305e13cb |
children | bbe4146603db |
line wrap: on
line diff
--- a/lisp/bytecomp.el Tue Sep 23 16:50:48 2014 -0600 +++ b/lisp/bytecomp.el Mon Sep 29 10:44:50 2014 -0600 @@ -2159,8 +2159,7 @@ (insert "\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") + "\n;;; from file " filename "\n") (insert ";;; emacs version " emacs-version ".\n") (insert ";;; bytecomp version " byte-compile-version "\n;;; " (cond