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:
parent
7b712ad8f5
commit
1c89844b12
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user