]> git.eshelyaron.com Git - emacs.git/commitdiff
* font.c (font_pixel_size): Don't take cdr of an integer.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 2 Jun 2008 16:40:39 +0000 (16:40 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 2 Jun 2008 16:40:39 +0000 (16:40 +0000)
src/ChangeLog

index d7db9c29588036bd5d865fc1e2251196ff6fba1c..66f00bcea7aa7be9cebebae84161ca60679be6f1 100644 (file)
@@ -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.