comparison src/xfaces.c @ 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 880960b70474
children 833744ce7f09
comparison
equal deleted inserted replaced
91086:5843af4ba940 91087:66f982c3b25e
8290 8290
8291 *endptr = endpos; 8291 *endptr = endpos;
8292 8292
8293 /* Look up a realized face with the given face attributes, 8293 /* Look up a realized face with the given face attributes,
8294 or realize a new one for ASCII characters. */ 8294 or realize a new one for ASCII characters. */
8295 return lookup_face (f, attrs, 0, NULL); 8295 return lookup_face (f, attrs);
8296 } 8296 }
8297 8297
8298 8298
8299 /* Compute the face at character position POS in Lisp string STRING on 8299 /* Compute the face at character position POS in Lisp string STRING on
8300 window W, for ASCII characters. 8300 window W, for ASCII characters.