]> git.eshelyaron.com Git - emacs.git/commitdiff
(direct_output_for_insert): Pass new arg to compute_char_face.
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 1993 09:43:03 +0000 (09:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 1993 09:43:03 +0000 (09:43 +0000)
src/dispnew.c

index 8e6e3a422fc9e7995b49745251be6145567bf9a9..dac5c164356d324d7bfc7b2e8c945a777f49b095 100644 (file)
@@ -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