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 /lisp/ChangeLog | |
| 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 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f625deedc6..07a5bb9231d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-04-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-insert-header): | ||
| 4 | No longer include timestamp etc information. | ||
| 5 | |||
| 1 | 2013-04-20 Roland Winkler <winkler@gnu.org> | 6 | 2013-04-20 Roland Winkler <winkler@gnu.org> |
| 2 | 7 | ||
| 3 | * faces.el (read-face-name): Bug fix, return just one face if arg | 8 | * faces.el (read-face-name): Bug fix, return just one face if arg |