changeset 8394:b5d2495d6553

(direct_output_for_insert): Pass missing 8th argument to compute_char_face.
author Richard M. Stallman <rms@gnu.org>
date Sun, 31 Jul 1994 05:38:17 +0000
parents 4d3ae3aff631
children 4601ff818876
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Sun Jul 31 05:32:26 1994 +0000
+++ b/src/dispnew.c	Sun Jul 31 05:38:17 1994 +0000
@@ -1090,7 +1090,7 @@
     int dummy;
 
     if (FRAME_X_P (frame))
-      face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point);
+      face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point, 0);
 #endif
     current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (frame, g, face);
     current_frame->charstarts[vpos][hpos] = point - 1;