mu4e~proc-running-p: Cosmetics

This commit is contained in:
Jonas Bernoulli
2020-02-12 17:15:00 +01:00
parent 832d32ef23
commit f66be19121

View File

@ -51,9 +51,9 @@ Match 1 will be the length (in hex).")
(defun mu4e~proc-running-p ()
"Whether the mu process is running."
(when (and mu4e~proc-process
(and mu4e~proc-process
(memq (process-status mu4e~proc-process)
'(run open listen connect stop)))
'(run open listen connect stop))
t))
(defsubst mu4e~proc-eat-sexp-from-buf ()