diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c index 20edc9d85aa..d23c4e169d5 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3159,8 +3159,6 @@ read_process_output (proc, channel) | |||
| 3159 | /* Insert before markers in case we are inserting where | 3159 | /* Insert before markers in case we are inserting where |
| 3160 | the buffer's mark is, and the user's next command is Meta-y. */ | 3160 | the buffer's mark is, and the user's next command is Meta-y. */ |
| 3161 | insert_from_string_before_markers (text, 0, 0, nchars, nbytes, 0); | 3161 | insert_from_string_before_markers (text, 0, 0, nchars, nbytes, 0); |
| 3162 | signal_after_change (before, 0, PT - before); | ||
| 3163 | update_compositions (before, PT, CHECK_BORDER); | ||
| 3164 | 3162 | ||
| 3165 | /* Make sure the process marker's position is valid when the | 3163 | /* Make sure the process marker's position is valid when the |
| 3166 | process buffer is changed in the signal_after_change above. | 3164 | process buffer is changed in the signal_after_change above. |