changeset 26868:edeeffd7d8c7

Include composite.h. (read_process_output): Call update_compositions.
author Kenichi Handa <handa@m17n.org>
date Wed, 15 Dec 1999 00:17:54 +0000
parents b633c8e0fee1
children cb8fbc50812f
files src/process.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);