comparison src/ChangeLog @ 95482:e6cb877986c1

* font.c (font_pixel_size): Don't take cdr of an integer.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 02 Jun 2008 16:40:39 +0000
parents 4390d64d3328
children 99d798015949
comparison
equal deleted inserted replaced
95481:4390d64d3328 95482:e6cb877986c1
1 2008-06-02 Chip Coldwell <coldwell@redhat.com>
2
3 * font.c (font_pixel_size): Don't take cdr of an integer.
4
1 2008-06-02 Jim Meyering <meyering@redhat.com> 5 2008-06-02 Jim Meyering <meyering@redhat.com>
2 6
3 Make "xfree (NULL)" a no-op; remove useless if-before-xfree. 7 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
4 * alloc.c (xfree): Return right away for a NULL arg. 8 * alloc.c (xfree): Return right away for a NULL arg.
5 * lread.c (nosuffix): Remove now-useless if-before-xfree tests. 9 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.