aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 207f0d6a36e..2273fb4fe4d 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -5092,8 +5092,8 @@ gui_supports_face_attributes_p (struct frame *f,
5092{ 5092{
5093 Lisp_Object *def_attrs = def_face->lface; 5093 Lisp_Object *def_attrs = def_face->lface;
5094 5094
5095 /* Check that other specified attributes are different that the default 5095 /* Check that other specified attributes are different from the
5096 face. */ 5096 default face. */
5097 if ((!UNSPECIFIEDP (attrs[LFACE_UNDERLINE_INDEX]) 5097 if ((!UNSPECIFIEDP (attrs[LFACE_UNDERLINE_INDEX])
5098 && face_attr_equal_p (attrs[LFACE_UNDERLINE_INDEX], 5098 && face_attr_equal_p (attrs[LFACE_UNDERLINE_INDEX],
5099 def_attrs[LFACE_UNDERLINE_INDEX])) 5099 def_attrs[LFACE_UNDERLINE_INDEX]))