(read_process_output): Call signal_after_change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 25 Nov 1998 01:26:56 +0000 (01:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 25 Nov 1998 01:26:56 +0000 (01:26 +0000)
src/process.c

index ff80113..a65eb24 100644 (file)
@@ -3082,7 +3082,10 @@ read_process_output (proc, channel)
          insert_before_markers (temp_buf, nbytes);
        }
       else
-       insert_1_both (chars, nchars, nbytes, 0, 1, 1);
+       {
+         insert_1_both (chars, nchars, nbytes, 0, 1, 1);
+         signal_after_change (opoint, 0, PT - opoint);
+       }
       set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
 
       update_mode_lines++;