From: Richard M. Stallman Date: Sat, 20 Nov 1993 09:43:03 +0000 (+0000) Subject: (direct_output_for_insert): Pass new arg to compute_char_face. X-Git-Tag: emacs-19.34~10768 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90b5299acd3eb7e00209c07e0b25894353a956ed;p=emacs.git (direct_output_for_insert): Pass new arg to compute_char_face. --- 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