aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-20 09:43:03 +0000
committerRichard M. Stallman1993-11-20 09:43:03 +0000
commit90b5299acd3eb7e00209c07e0b25894353a956ed (patch)
treec2060cb8512f51254f8f13c50d65f7540a914053 /src
parentdfabd9a094f13278b9bc491159912dbefcb452a3 (diff)
downloademacs-90b5299acd3eb7e00209c07e0b25894353a956ed.tar.gz
emacs-90b5299acd3eb7e00209c07e0b25894353a956ed.zip
(direct_output_for_insert): Pass new arg to compute_char_face.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
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)
891 { 891 {
892#ifdef HAVE_X_WINDOWS 892#ifdef HAVE_X_WINDOWS
893 int dummy; 893 int dummy;
894 int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy); 894 int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point);
895#else 895#else
896 int face = 0; 896 int face = 0;
897#endif 897#endif