# HG changeset patch # User Ken Raeburn # Date 1021882005 0 # Node ID 8c610da8ea945a2162b419218a276b721dd036ac # Parent 33a7c706dc9c0770cfaf96fca116741d42938e6e * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. diff -r 33a7c706dc9c -r 8c610da8ea94 src/xfaces.c --- a/src/xfaces.c Mon May 20 08:06:39 2002 +0000 +++ b/src/xfaces.c Mon May 20 08:06:45 2002 +0000 @@ -3451,7 +3451,7 @@ add_to_log ("Invalid face color", color_name, Qnil); } else if (SYMBOLP (first) - && *XSYMBOL (first)->name->data == ':') + && *XSTRING (SYMBOL_NAME (first))->data == ':') { /* Assume this is the property list form. */ while (CONSP (prop) && CONSP (XCDR (prop)))