aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2013-07-13 13:29:15 +0300
committerEli Zaretskii <[email protected]>2013-07-13 13:29:15 +0300
commitf9a74c4cc26f349abaaa073d4f56a09405a6f8c3 (patch)
tree92676e542b7c2750fcef4442a40d768797816bf8 /src/ChangeLog
parent6ee585de08efb925150e105a517ec12e1cc9bdb2 (diff)
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 59fefb258c..4bd72f831c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2013-07-13 Eli Zaretskii <[email protected]>
+
+ * coding.c (syms_of_coding): Set up inhibit-null-byte-detection
+ and inhibit-iso-escape-detection attributes of 'undecided'.
+ (Bug#14822)
+
2013-07-13 Paul Eggert <[email protected]>
* deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.