From ce9c2e7b3b0ccff5167bb3672cb6f2da652f522e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 12 Nov 2007 02:30:30 +0000 Subject: [PATCH] (face_for_overlay_string): Call lookup_face with correct arguments (fix of synching with the trunk). --- src/xfaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfaces.c b/src/xfaces.c index fd7dbb8813..206dc68581 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -8292,7 +8292,7 @@ face_for_overlay_string (w, pos, region_beg, region_end, /* Look up a realized face with the given face attributes, or realize a new one for ASCII characters. */ - return lookup_face (f, attrs, 0, NULL); + return lookup_face (f, attrs); } -- 2.20.1