diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 9e37f096321..e9f0b3195ac 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -3451,7 +3451,7 @@ merge_face_vector_with_property (f, to, prop) | |||
| 3451 | add_to_log ("Invalid face color", color_name, Qnil); | 3451 | add_to_log ("Invalid face color", color_name, Qnil); |
| 3452 | } | 3452 | } |
| 3453 | else if (SYMBOLP (first) | 3453 | else if (SYMBOLP (first) |
| 3454 | && *XSYMBOL (first)->name->data == ':') | 3454 | && *XSTRING (SYMBOL_NAME (first))->data == ':') |
| 3455 | { | 3455 | { |
| 3456 | /* Assume this is the property list form. */ | 3456 | /* Assume this is the property list form. */ |
| 3457 | while (CONSP (prop) && CONSP (XCDR (prop))) | 3457 | while (CONSP (prop) && CONSP (XCDR (prop))) |