aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index c0c522a1403..307eab3ab30 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5246,7 +5246,7 @@ DEFUN ("internal-default-process-filter", Finternal_default_process_filter,
5246 else 5246 else
5247 set_marker_both (p->mark, p->buffer, PT, PT_BYTE); 5247 set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
5248 5248
5249 update_mode_lines++; 5249 update_mode_lines = 23;
5250 5250
5251 /* Make sure opoint and the old restrictions 5251 /* Make sure opoint and the old restrictions
5252 float ahead of any new text just as point would. */ 5252 float ahead of any new text just as point would. */
@@ -6390,7 +6390,7 @@ status_notify (struct Lisp_Process *deleting_process)
6390 } 6390 }
6391 } /* end for */ 6391 } /* end for */
6392 6392
6393 update_mode_lines++; /* In case buffers use %s in mode-line-format. */ 6393 update_mode_lines = 24; /* In case buffers use %s in mode-line-format. */
6394 UNGCPRO; 6394 UNGCPRO;
6395} 6395}
6396 6396