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:
parent
da13a4be89
commit
ce9c2e7b3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue