aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index fd7dbb88133..206dc685814 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -8292,7 +8292,7 @@ face_for_overlay_string (w, pos, region_beg, region_end,
8292 8292
8293 /* Look up a realized face with the given face attributes, 8293 /* Look up a realized face with the given face attributes,
8294 or realize a new one for ASCII characters. */ 8294 or realize a new one for ASCII characters. */
8295 return lookup_face (f, attrs, 0, NULL); 8295 return lookup_face (f, attrs);
8296} 8296}
8297 8297
8298 8298