changeset 36673:e3523940caad

(handle_face_prop, face_before_or_after_it_pos) (display_string): Call face_at_string_position with new parameter.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 08 Mar 2001 20:55:53 +0000
parents acf152adbf82
children 8272cf0d49e7
files src/xdisp.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Thu Mar 08 20:55:20 2001 +0000
+++ b/src/xdisp.c	Thu Mar 08 20:55:53 2001 +0000
@@ -2216,7 +2216,7 @@
 					     it->region_beg_charpos,
 					     it->region_end_charpos,
 					     &next_stop,
-					     base_face_id);
+					     base_face_id, 0);
       
 #if 0 /* This shouldn't be neccessary.  Let's check it.  */
       /* If IT is used to display a mode line we would really like to
@@ -2324,7 +2324,7 @@
 					 it->region_beg_charpos,
 					 it->region_end_charpos,
 					 &next_check_charpos,
-					 base_face_id);
+					 base_face_id, 0);
 
       /* Correct the face for charsets different from ASCII.  Do it
 	 for the multibyte case only.  The face returned above is
@@ -13791,7 +13791,7 @@
 	= face_at_string_position (it->w, face_string, face_string_pos,
 				   0, it->region_beg_charpos,
 				   it->region_end_charpos,
-				   &endptr, it->base_face_id);
+				   &endptr, it->base_face_id, 0);
       face = FACE_FROM_ID (it->f, it->face_id);
       it->face_box_p = face->box != FACE_NO_BOX;
     }