Mercurial > emacs
diff src/process.c @ 37758:270e6cb4c672
(read_process_output): Don't call signal_after_change
and update_compositions after insert_from_string_before_markers.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Wed, 16 May 2001 16:04:52 +0000 |
| parents | f790d83ea743 |
| children | 2d3bee6a3848 |
line wrap: on
line diff
--- a/src/process.c Wed May 16 15:09:02 2001 +0000 +++ b/src/process.c Wed May 16 16:04:52 2001 +0000 @@ -3159,8 +3159,6 @@ /* Insert before markers in case we are inserting where the buffer's mark is, and the user's next command is Meta-y. */ insert_from_string_before_markers (text, 0, 0, nchars, nbytes, 0); - signal_after_change (before, 0, PT - before); - update_compositions (before, PT, CHECK_BORDER); /* Make sure the process marker's position is valid when the process buffer is changed in the signal_after_change above.
