Mercurial > emacs
diff src/process.c @ 27028:781be9342555
(read_process_output): Fix the args CHARPOS and LENINS
to signal_after_change.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 29 Dec 1999 00:57:25 +0000 |
| parents | 34455eeaf747 |
| children | 1aa71680fe50 |
line wrap: on
line diff
--- a/src/process.c Wed Dec 29 00:56:48 1999 +0000 +++ b/src/process.c Wed Dec 29 00:57:25 1999 +0000 @@ -3181,7 +3181,7 @@ else { insert_1_both (chars, nchars, nbytes, 0, 1, 1); - signal_after_change (opoint, 0, PT - opoint); + signal_after_change (before, 0, PT - before); update_compositions (before, PT, CHECK_BORDER); } set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
