emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Timestamp information in .elc files


From: Glenn Morris
Subject: Timestamp information in .elc files
Date: Fri, 08 Mar 2013 04:08:37 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

.elc files start with a comment like this:

   ;;; Compiled by address@hidden on Sun Mar  3 23:34:26 2013

I have never used this information, and I can never imagine needing it.
I find it annoying because it means .elc files change on every
compilation. Diffing two trees containing .elc files reports spurious
differences for every single .elc file due to this (admittedly, you can
avoid this by using diff -I).

Is this timestamp useful in any way?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]