aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-12-05 01:05:10 -0800
committerPaul Eggert2011-12-05 01:05:10 -0800
commit75a3b399a3851210b3384a49587477af165f67e3 (patch)
treef9cee79653ac6d8d02d19c24f1f21468191287ae /src/ChangeLog
parentfa46310344375ef5c114cbb94d4acea39ac29239 (diff)
downloademacs-75a3b399a3851210b3384a49587477af165f67e3.tar.gz
emacs-75a3b399a3851210b3384a49587477af165f67e3.zip
* coding.c (encode_designation_at_bol): Don't use uninitialized
local variable (Bug#9318).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d897fadd292..0f0365b5bac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-12-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 * coding.c (encode_designation_at_bol): Don't use uninitialized
4 local variable (Bug#9318).
5
12011-12-05 Kenichi Handa <handa@m17n.org> 62011-12-05 Kenichi Handa <handa@m17n.org>
2 7
3 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF, 8 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,