Mercurial > emacs
changeset 91087:66f982c3b25e
(face_for_overlay_string): Call lookup_face with
correct arguments (fix of synching with the trunk).
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 12 Nov 2007 02:30:30 +0000 |
parents | 5843af4ba940 |
children | 811c03010515 |
files | src/xfaces.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }