diff options
| author | Glenn Morris | 2013-04-20 12:48:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-04-20 12:48:04 -0700 |
| commit | a6d63d97cd7f213a87630ab86119b469a89caeeb (patch) | |
| tree | f64970c5ebc4f976d584efafeb5d79900e157a8b /etc | |
| parent | 61655fd96ce959e47ad8d047387e5585843fc789 (diff) | |
| download | emacs-a6d63d97cd7f213a87630ab86119b469a89caeeb.tar.gz emacs-a6d63d97cd7f213a87630ab86119b469a89caeeb.zip | |
No longer include timestamp in header of .elc files
This removes needless differences between files compiled at different
times or by different people, or from sources in different locations.
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00187.html
* lisp/emacs-lisp/bytecomp.el (byte-compile-insert-header):
No longer include timestamp etc information.
* etc/NEWS: Mention this.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -75,6 +75,8 @@ Available only on X, this option allows to control over-scrolling | |||
| 75 | using the scroll bar (i.e. dragging the thumb down even when the end | 75 | using the scroll bar (i.e. dragging the thumb down even when the end |
| 76 | of the buffer is visible). | 76 | of the buffer is visible). |
| 77 | 77 | ||
| 78 | ** In compiled Lisp files, the header no longer includes a timestamp. | ||
| 79 | |||
| 78 | 80 | ||
| 79 | * Editing Changes in Emacs 24.4 | 81 | * Editing Changes in Emacs 24.4 |
| 80 | 82 | ||