From: Jonas Bernoulli Date: Sun, 10 Jan 2021 14:00:45 +0000 (+0100) Subject: emacs: avoid killing process buffer when process is still alive X-Git-Tag: 0.32_rc0~154 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=adc123e4fd6384fba0165ebddc99d4323f6bee73;hp=adc123e4fd6384fba0165ebddc99d4323f6bee73;p=notmuch emacs: avoid killing process buffer when process is still alive In practice this probably does not make a difference or we would have heard about it many times, but better be safe than sorry. Process sentinels are called not only when the process has finished but also on other state changes. ---