summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-01-07 09:34:18 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-01-07 09:34:18 +0000
commit79a972175a9215551fd13a898cfce69cc5c42e14 (patch)
tree32128708474d3a5f156492ec4dbc7acebb2ab537
parentb71f6f7303a0afd764b5954e613cf0140419adca (diff)
downloademacs-79a972175a9215551fd13a898cfce69cc5c42e14.tar.gz
Add bug reference.
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 25b60e9d45e..df6b5761a3a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
2009-01-07 Kenichi Handa <handa@m17n.org>
* coding.c (decode_coding_utf_8): Check byte_after_cr before
- breaking the loop.
+ breaking the loop. (Bug#870)
(decode_coding_utf_16, decode_coding_emacs_mule)
(decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
(decode_coding_charset): Likewise.