diff options
| author | Eli Zaretskii | 2010-01-22 10:44:50 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-01-22 10:44:50 +0200 |
| commit | 74327f7a7c4f8fb1ea4bacd8147ac5b1169231c3 (patch) | |
| tree | 9588561818d5ef0ce771f1fee0af1f43fcb31ec5 /src/ChangeLog | |
| parent | 3e8f7d9196c6c5ccac68bfe4c083e541fc9922e0 (diff) | |
| download | emacs-74327f7a7c4f8fb1ea4bacd8147ac5b1169231c3.tar.gz emacs-74327f7a7c4f8fb1ea4bacd8147ac5b1169231c3.zip | |
Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail
for files like C:/the-file.el in root directory of any drive.
lread.c (Fload): Don't treat files without .elc extension as
byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
them.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bdbdd0b0da9..2a3263588c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-01-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * lread.c (Fload): Don't treat files without .elc extension as | ||
| 4 | byte-compiled if they are ``magic'', i.e. `openp' returned -2 for | ||
| 5 | them. (bug#5303) | ||
| 6 | |||
| 1 | 2010-01-20 Kenichi Handa <handa@m17n.org> | 7 | 2010-01-20 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * coding.c (consume_chars): If ! multibyte and the encoder is ccl, | 9 | * coding.c (consume_chars): If ! multibyte and the encoder is ccl, |