Mercurial > emacs
changeset 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 | d3cbd7d56845 |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 02 06:09:17 2008 +0000 +++ b/src/ChangeLog Mon Jun 02 16:40:39 2008 +0000 @@ -1,3 +1,7 @@ +2008-06-02 Chip Coldwell <coldwell@redhat.com> + + * font.c (font_pixel_size): Don't take cdr of an integer. + 2008-06-02 Jim Meyering <meyering@redhat.com> Make "xfree (NULL)" a no-op; remove useless if-before-xfree.