aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-01-22 10:44:50 +0200
committerEli Zaretskii2010-01-22 10:44:50 +0200
commit74327f7a7c4f8fb1ea4bacd8147ac5b1169231c3 (patch)
tree9588561818d5ef0ce771f1fee0af1f43fcb31ec5 /src/ChangeLog
parent3e8f7d9196c6c5ccac68bfe4c083e541fc9922e0 (diff)
downloademacs-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/ChangeLog6
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 @@
12010-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
12010-01-20 Kenichi Handa <handa@m17n.org> 72010-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,