changeset 26984:34455eeaf747

(read_process_output): Fix the arg FROM to update_compositions.
author Kenichi Handa <handa@m17n.org>
date Fri, 24 Dec 1999 01:06:50 +0000
parents cb23e1866bb7
children 1121a5da20a5
files src/process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Fri Dec 24 01:06:20 1999 +0000
+++ b/src/process.c	Fri Dec 24 01:06:50 1999 +0000
@@ -3182,7 +3182,7 @@
 	{
 	  insert_1_both (chars, nchars, nbytes, 0, 1, 1);
 	  signal_after_change (opoint, 0, PT - opoint);
-	  update_compositions (opoint, PT, CHECK_BORDER);
+	  update_compositions (before, PT, CHECK_BORDER);
 	}
       set_marker_both (p->mark, p->buffer, PT, PT_BYTE);