diff options
| author | Richard M. Stallman | 1994-07-31 05:38:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-31 05:38:17 +0000 |
| commit | ea62c5a57eb04e7edf0ac740d28fe54efe41f32c (patch) | |
| tree | e7318f339ea1060d584176c7a66d0c31606d2b78 /src | |
| parent | 754b4eb72c44f36d059760258ec04f817a0ac103 (diff) | |
| download | emacs-ea62c5a57eb04e7edf0ac740d28fe54efe41f32c.tar.gz emacs-ea62c5a57eb04e7edf0ac740d28fe54efe41f32c.zip | |
(direct_output_for_insert): Pass missing 8th
argument to compute_char_face.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index c2e27acf0d3..ec60f3d7816 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1090,7 +1090,7 @@ direct_output_for_insert (g) | |||
| 1090 | int dummy; | 1090 | int dummy; |
| 1091 | 1091 | ||
| 1092 | if (FRAME_X_P (frame)) | 1092 | if (FRAME_X_P (frame)) |
| 1093 | face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point); | 1093 | face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point, 0); |
| 1094 | #endif | 1094 | #endif |
| 1095 | current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (frame, g, face); | 1095 | current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (frame, g, face); |
| 1096 | current_frame->charstarts[vpos][hpos] = point - 1; | 1096 | current_frame->charstarts[vpos][hpos] = point - 1; |