Include composite.h.
authorKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:17:54 +0000 (00:17 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:17:54 +0000 (00:17 +0000)
(read_process_output): Call update_compositions.

src/process.c

index 9fa3c19..de2bae3 100644 (file)
@@ -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);