# HG changeset patch # User Kenichi Handa # Date 1194834630 0 # Node ID 66f982c3b25ed6cd53385ed285696fec791ec3c3 # Parent 5843af4ba940b377fb4d2704f63d44918172590a (face_for_overlay_string): Call lookup_face with correct arguments (fix of synching with the trunk). diff -r 5843af4ba940 -r 66f982c3b25e src/xfaces.c --- a/src/xfaces.c Sun Nov 11 14:14:30 2007 +0000 +++ b/src/xfaces.c Mon Nov 12 02:30:30 2007 +0000 @@ -8292,7 +8292,7 @@ /* 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); }