Mercurial > emacs
changeset 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 | db28eb6dcf96 |
children | 4ad11069f66d |
files | src/process.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);