# HG changeset patch # User Kenichi Handa # Date 945217074 0 # Node ID edeeffd7d8c7a1526380f264f8b985602a1dbc3d # Parent b633c8e0fee1d791d13c1ea938d4a807b87fc9ee Include composite.h. (read_process_output): Call update_compositions. diff -r b633c8e0fee1 -r edeeffd7d8c7 src/process.c --- a/src/process.c Wed Dec 15 00:17:25 1999 +0000 +++ b/src/process.c Wed Dec 15 00:17:54 1999 +0000 @@ -108,6 +108,7 @@ #include "blockinput.h" #include "keyboard.h" #include "dispextern.h" +#include "composite.h" #define max(a, b) ((a) > (b) ? (a) : (b)) @@ -3181,6 +3182,7 @@ { 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);