Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5573:f0f1fd0d8486
Remove ELC files from `binary-file-regexps', many of them are escape-quoted.
lisp/ChangeLog addition:
2011-09-25 Aidan Kehoe <kehoea@parhasard.net>
* files.el (binary-file-regexps):
Remove ELC files from this, many of them are escape-quoted, and
when opening them for viewing XEmacs should look at the coding
cookie and respect that.
* bytecomp.el (byte-compile-insert-header):
Always insert a coding cookie, now ELC files are no longer in
binary-file-regexps.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 25 Sep 2011 16:12:07 +0100 |
parents | c17a46ac63af |
children | d4f334808463 |
comparison
equal
deleted
inserted
replaced
5572:c17a46ac63af | 5573:f0f1fd0d8486 |
---|---|
1 2011-09-25 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * files.el (binary-file-regexps): | |
4 Remove ELC files from this, many of them are escape-quoted, and | |
5 when opening them for viewing XEmacs should look at the coding | |
6 cookie and respect that. | |
7 * bytecomp.el (byte-compile-insert-header): | |
8 Always insert a coding cookie, now ELC files are no longer in | |
9 binary-file-regexps. | |
10 | |
1 2011-09-21 Aidan Kehoe <kehoea@parhasard.net> | 11 2011-09-21 Aidan Kehoe <kehoea@parhasard.net> |
2 | 12 |
3 * files.el (binary-file-regexps): | 13 * files.el (binary-file-regexps): |
4 Update this, adding everything that maps to no-conversion or | 14 Update this, adding everything that maps to no-conversion or |
5 no-conversion-multibyte in GNU's auto-mode-alist. | 15 no-conversion-multibyte in GNU's auto-mode-alist. |