aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1999-12-24 01:06:50 +0000
committerKenichi Handa1999-12-24 01:06:50 +0000
commitf9b537ecb334ac67258040c5f1f1daa56da984e5 (patch)
tree5c20d272e20425a456710c774223d68a8acdcbae /src
parente36557c98b75911c9c41d8d05a24018f2a652bf1 (diff)
downloademacs-f9b537ecb334ac67258040c5f1f1daa56da984e5.tar.gz
emacs-f9b537ecb334ac67258040c5f1f1daa56da984e5.zip
(read_process_output): Fix the arg FROM to
update_compositions.
Diffstat (limited to 'src')
-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