Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ea62c5a5
Commit
ea62c5a5
authored
Jul 31, 1994
by
Richard M. Stallman
Browse files
(direct_output_for_insert): Pass missing 8th
argument to compute_char_face.
parent
754b4eb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dispnew.c
src/dispnew.c
+1
-1
No files found.
src/dispnew.c
View file @
ea62c5a5
...
...
@@ -1090,7 +1090,7 @@ direct_output_for_insert (g)
int dummy;
if (FRAME_X_P (frame))
face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point);
face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point
, 0
);
#endif
current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (frame, g, face);
current_frame->charstarts[vpos][hpos] = point - 1;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment