aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-07-13 13:29:15 +0300
committerEli Zaretskii2013-07-13 13:29:15 +0300
commitf9a74c4cc26f349abaaa073d4f56a09405a6f8c3 (patch)
tree92676e542b7c2750fcef4442a40d768797816bf8 /src/ChangeLog
parent6ee585de08efb925150e105a517ec12e1cc9bdb2 (diff)
downloademacs-f9a74c4cc26f349abaaa073d4f56a09405a6f8c3.tar.gz
emacs-f9a74c4cc26f349abaaa073d4f56a09405a6f8c3.zip
Fix bug #14822 with decoding when inhibit-null-byte-detection is non-nil.
src/coding.c (syms_of_coding): Set up inhibit-null-byte-detection and inhibit-iso-escape-detection attributes of 'undecided'.
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 59fefb258c0..4bd72f831cd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-07-13 Eli Zaretskii <eliz@gnu.org>
2
3 * coding.c (syms_of_coding): Set up inhibit-null-byte-detection
4 and inhibit-iso-escape-detection attributes of 'undecided'.
5 (Bug#14822)
6
12013-07-13 Paul Eggert <eggert@cs.ucla.edu> 72013-07-13 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h. 9 * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.