# HG changeset patch # User Andreas Schwab # Date 1213617764 0 # Node ID c04088bb7b0d7e5265cd52d1562006a9b52ed45a # Parent a4a026112f5ade572341fc3e81a8d7e30caee1c4 (Ffont_face_attributes): Fix definition. diff -r a4a026112f5a -r c04088bb7b0d src/ChangeLog --- a/src/ChangeLog Mon Jun 16 11:46:33 2008 +0000 +++ b/src/ChangeLog Mon Jun 16 12:02:44 2008 +0000 @@ -1,3 +1,7 @@ +2008-06-16 Andreas Schwab + + * font.c (Ffont_face_attributes): Fix definition. + 2008-06-16 Jason Rumney * font.h (font_style_symbolic_from_value): Remove. diff -r a4a026112f5a -r c04088bb7b0d src/font.c --- a/src/font.c Mon Jun 16 11:46:33 2008 +0000 +++ b/src/font.c Mon Jun 16 12:02:44 2008 +0000 @@ -3744,7 +3744,7 @@ FONT is a font name, a font-spec, a font-entity, or a font-object. The return value is a list of the form -(:family FAMILY :height HEIGHT :weight WEIGHT :slant SLANT :width WIDTH) +\(:family FAMILY :height HEIGHT :weight WEIGHT :slant SLANT :width WIDTH) where FAMILY, FOUNDRY, HEIGHT, WEIGHT, SLANT, and WIDTH are face attribute values compatible with `set-face-attribute'. @@ -3753,7 +3753,7 @@ attributes are to be displayed on. If omitted, the selected frame is used. */) (font, frame) - Lisp_Object font; + Lisp_Object font, frame; { struct frame *f; Lisp_Object plist[10];