aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 68f7cc493cc..35b79154805 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -6012,7 +6012,6 @@ realize_non_ascii_face (struct frame *f, Lisp_Object font_object,
6012 6012
6013 return face; 6013 return face;
6014} 6014}
6015#endif /* HAVE_WINDOW_SYSTEM */
6016 6015
6017/* Remove the attribute at INDEX from the font object if SYMBOL 6016/* Remove the attribute at INDEX from the font object if SYMBOL
6018 appears in `font-fallback-ignored-attributes'. */ 6017 appears in `font-fallback-ignored-attributes'. */
@@ -6031,6 +6030,7 @@ font_maybe_unset_attribute (Lisp_Object font_object,
6031 ASET (font_object, index, Qnil); 6030 ASET (font_object, index, Qnil);
6032 } 6031 }
6033} 6032}
6033#endif /* HAVE_WINDOW_SYSTEM */
6034 6034
6035/* Realize the fully-specified face with attributes ATTRS in face 6035/* Realize the fully-specified face with attributes ATTRS in face
6036 cache CACHE for ASCII characters. Do it for GUI frame CACHE->f. 6036 cache CACHE for ASCII characters. Do it for GUI frame CACHE->f.