From: Chong Yidong Date: Tue, 23 Jun 2009 14:14:13 +0000 (+0000) Subject: Reformat 2009-06-23 ChangeLog entry. X-Git-Tag: emacs-pretest-23.1.90~2437 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=632c203070bc2e0dca076ef59c74b0d57c33707c;p=emacs.git Reformat 2009-06-23 ChangeLog entry. --- diff --git a/src/ChangeLog b/src/ChangeLog index 680b72bc424..ea12313667f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -12,10 +12,9 @@ 2009-06-23 Jim Meyering - Don't dereference NULL upon failed malloc and realloc - * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc - and xrealloc (not malloc and realloc), so subsequent heap pointer - dereferences are guaranteed to be valid. + * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use + xmalloc and xrealloc (not malloc and realloc), so subsequent heap + pointer dereferences are guaranteed to be valid. 2009-06-23 Kenichi Handa