From 90b5299acd3eb7e00209c07e0b25894353a956ed Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Nov 1993 09:43:03 +0000 Subject: [PATCH] (direct_output_for_insert): Pass new arg to compute_char_face. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index 8e6e3a422fc..dac5c164356 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -891,7 +891,7 @@ direct_output_for_insert (g) { #ifdef HAVE_X_WINDOWS int dummy; - int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy); + int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point); #else int face = 0; #endif -- 2.39.5