mu4e~proc-running-p: Cosmetics

This commit is contained in:
Jonas Bernoulli 2020-02-12 17:15:00 +01:00
parent 832d32ef23
commit f66be19121
1 changed files with 4 additions and 4 deletions

View File

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