(face_for_overlay_string): Call lookup_face with
authorKenichi Handa <handa@m17n.org>
Mon, 12 Nov 2007 02:30:30 +0000 (02:30 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 12 Nov 2007 02:30:30 +0000 (02:30 +0000)
correct arguments (fix of synching with the trunk).

src/xfaces.c

index fd7dbb88133ea113595706f9998557fa66402530..206dc685814376d11a5c91d964d7b4f1d66e8a08 100644 (file)
@@ -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);
 }