Mercurial > hg > xemacs-beta
diff lisp/bytecomp.el @ 5922:4b055de36bb9 cygwin
merging heads 2
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Fri, 27 Feb 2015 17:47:15 +0000 |
parents | b527c25f36ce |
children | bbe4146603db |
line wrap: on
line diff
--- a/lisp/bytecomp.el Wed Apr 23 22:22:37 2014 +0100 +++ b/lisp/bytecomp.el Fri Feb 27 17:47:15 2015 +0000 @@ -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