diff src/process.c @ 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 b7438760079b
children 34455eeaf747
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);