mu4e-proc.el: Remove duplicated variable declarations
This commit is contained in:
@ -30,7 +30,9 @@
|
|||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; internal vars
|
;; internal vars
|
||||||
|
|
||||||
(defconst mu4e~proc-name "*mu4e-proc*"
|
(defvar mu4e~proc-buf nil
|
||||||
|
"Buffer (string) for data received from the backend.")
|
||||||
|
(defconst mu4e~proc-name " *mu4e-proc*"
|
||||||
"Name of the server process, buffer.")
|
"Name of the server process, buffer.")
|
||||||
(defvar mu4e~proc-process nil
|
(defvar mu4e~proc-process nil
|
||||||
"The mu-server process.")
|
"The mu-server process.")
|
||||||
@ -47,13 +49,6 @@
|
|||||||
"Regular expression matching the length cookie.
|
"Regular expression matching the length cookie.
|
||||||
Match 1 will be the length (in hex).")
|
Match 1 will be the length (in hex).")
|
||||||
|
|
||||||
(defvar mu4e~proc-buf nil
|
|
||||||
"Buffer (string) for data received from the backend.")
|
|
||||||
(defconst mu4e~proc-name " *mu4e-proc*"
|
|
||||||
"Name of the server process, buffer.")
|
|
||||||
(defvar mu4e~proc-process nil
|
|
||||||
"The mu-server process.")
|
|
||||||
|
|
||||||
(defun mu4e~proc-running-p ()
|
(defun mu4e~proc-running-p ()
|
||||||
"Whether the mu process is running."
|
"Whether the mu process is running."
|
||||||
(when (and mu4e~proc-process
|
(when (and mu4e~proc-process
|
||||||
|
|||||||
Reference in New Issue
Block a user