+2008-06-16 Andreas Schwab <schwab@suse.de>
+
+ * font.c (Ffont_face_attributes): Fix definition.
+
2008-06-16 Jason Rumney <jasonr@gnu.org>
* font.h (font_style_symbolic_from_value): Remove.
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'.
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];