aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index de2bae34ad0..04095b9179f 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3182,7 +3182,7 @@ read_process_output (proc, channel)
3182 { 3182 {
3183 insert_1_both (chars, nchars, nbytes, 0, 1, 1); 3183 insert_1_both (chars, nchars, nbytes, 0, 1, 1);
3184 signal_after_change (opoint, 0, PT - opoint); 3184 signal_after_change (opoint, 0, PT - opoint);
3185 update_compositions (opoint, PT, CHECK_BORDER); 3185 update_compositions (before, PT, CHECK_BORDER);
3186 } 3186 }
3187 set_marker_both (p->mark, p->buffer, PT, PT_BYTE); 3187 set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
3188 3188