From e0016554c451b6e68b97c7949f4d6e7c03869ee0 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 15 Dec 1999 00:17:54 +0000 Subject: [PATCH] Include composite.h. (read_process_output): Call update_compositions. --- src/process.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/process.c b/src/process.c index 9fa3c19df2d..de2bae34ad0 100644 --- a/src/process.c +++ b/src/process.c @@ -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); -- 2.39.5