+2001-05-14 Dave Love <fx@gnu.org>
+
+ * process.c (read_process_output): Don't call signal_after_change
+ and update_compositions after insert_from_string_before_markers.
+
2001-05-16 Gerd Moellmann <gerd@gnu.org>
* xfaces.c (split_font_name): Use the right field when
/* 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.