aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index e02aa249be4..e954d62312e 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -896,11 +896,8 @@ direct_output_for_insert (g)
896#ifdef HAVE_X_WINDOWS 896#ifdef HAVE_X_WINDOWS
897 int dummy; 897 int dummy;
898 int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point); 898 int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point);
899#else
900 int face = 0;
901#endif 899#endif
902 900 current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (frame, g, face);
903 current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (g, face);
904 } 901 }
905 unchanged_modified = MODIFF; 902 unchanged_modified = MODIFF;
906 beg_unchanged = GPT - BEG; 903 beg_unchanged = GPT - BEG;
@@ -2230,4 +2227,3 @@ See `buffer-display-table' for more information.");
2230 Vwindow_system_version = Qnil; 2227 Vwindow_system_version = Qnil;
2231 } 2228 }
2232} 2229}
2233