]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_process_output): Don't call signal_after_change
authorGerd Moellmann <gerd@gnu.org>
Wed, 16 May 2001 16:05:20 +0000 (16:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 16 May 2001 16:05:20 +0000 (16:05 +0000)
and update_compositions after insert_from_string_before_markers.

src/ChangeLog
src/process.c

index 2ceb4ed297fdb1082549fe041bb6347e4c4a1f6e..8cb01fff9bc5b423ef83c5f82ab4a249708f78ce 100644 (file)
@@ -1,3 +1,8 @@
+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
index 20edc9d85aa6204779407c21121b7026699385c2..d23c4e169d50a0a652e59209858152cf155b5fd8 100644 (file)
@@ -3159,8 +3159,6 @@ read_process_output (proc, channel)
       /* 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.