1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

(read_process_output): Fix the args CHARPOS and LENINS

to signal_after_change.
This commit is contained in:
Kenichi Handa 1999-12-29 00:57:25 +00:00
parent 7b712ad8f5
commit 1c89844b12

View File

@ -3181,7 +3181,7 @@ read_process_output (proc, channel)
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);