aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c
index 8880b8c9ca4..296f8606ea4 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3614,6 +3614,11 @@ status_notify ()
3614 deactivate_process (proc); 3614 deactivate_process (proc);
3615 } 3615 }
3616 3616
3617 /* The actions above may have further incremented p->tick.
3618 So set p->update_tick again
3619 so that an error in the sentinel will not cause
3620 this code to be run again. */
3621 XSETINT (p->update_tick, XINT (p->tick));
3617 /* Now output the message suitably. */ 3622 /* Now output the message suitably. */
3618 if (!NILP (p->sentinel)) 3623 if (!NILP (p->sentinel))
3619 exec_sentinel (proc, msg); 3624 exec_sentinel (proc, msg);