Mercurial > emacs
diff src/process.c @ 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 | edeeffd7d8c7 |
| children | 781be9342555 |
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);
