1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00

* mu4e-proc.el: improve process check

This commit is contained in:
djcb 2012-06-06 08:17:48 +03:00
parent e87b5fd248
commit 3af6abcc6b

View File

@ -88,7 +88,7 @@ the length (in hex).")
(defun mu4e~proc-is-running ()
"Whether the mu process is running."
(and mu4e~proc-process (eq (process-status mu4e~proc-process) 'run)))
(and mu4e~proc-process (process-live-p mu4e~proc-process)))
(defun mu4e~proc-eat-sexp-from-buf ()