1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

(face_for_overlay_string): Call lookup_face with

correct arguments (fix of synching with the trunk).
This commit is contained in:
Kenichi Handa 2007-11-12 02:30:30 +00:00
parent da13a4be89
commit ce9c2e7b3b

View 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);
}