* mu4e-proc: don't use process-live-p, it's emacs24 only
This commit is contained in:
@ -88,7 +88,9 @@ the length (in hex).")
|
||||
|
||||
(defun mu4e~proc-is-running ()
|
||||
"Whether the mu process is running."
|
||||
(and mu4e~proc-process (process-live-p mu4e~proc-process)))
|
||||
(and mu4e~proc-process
|
||||
(memq (process-status mu4e~proc-process)
|
||||
'(run open listen connect stop))))
|
||||
|
||||
|
||||
(defun mu4e~proc-eat-sexp-from-buf ()
|
||||
|
||||
Reference in New Issue
Block a user