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
e0016554
Commit
e0016554
authored
Dec 15, 1999
by
Kenichi Handa
Browse files
Include composite.h.
(read_process_output): Call update_compositions.
parent
19a86a03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/process.c
src/process.c
+2
-0
No files found.
src/process.c
View file @
e0016554
...
...
@@ -108,6 +108,7 @@ Boston, MA 02111-1307, USA. */
#include "blockinput.h"
#include "keyboard.h"
#include "dispextern.h"
#include "composite.h"
#define max(a, b) ((a) > (b) ? (a) : (b))
...
...
@@ -3181,6 +3182,7 @@ read_process_output (proc, channel)
{
insert_1_both
(
chars
,
nchars
,
nbytes
,
0
,
1
,
1
);
signal_after_change
(
opoint
,
0
,
PT
-
opoint
);
update_compositions
(
opoint
,
PT
,
CHECK_BORDER
);
}
set_marker_both
(
p
->
mark
,
p
->
buffer
,
PT
,
PT_BYTE
);
...
...
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