From: Kenichi Handa Date: Fri, 9 Dec 2011 05:24:26 +0000 (+0900) Subject: Add a bug number to a ChangeLog entry. X-Git-Tag: emacs-pretest-24.0.93~203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fac8180337f8e8ca153be4ae3946e30bf2a571c;p=emacs.git Add a bug number to a ChangeLog entry. --- diff --git a/src/ChangeLog b/src/ChangeLog index 056d0dbe666..c533b93916d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,7 @@ 2011-12-08 Kazuhiro Ito (tiny change) * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end) - after the loop to call ccl_driver at least once. + after the loop to call ccl_driver at least once (Bug#8619). 2011-12-08 Kenichi Handa