Remove server-buffer-clients string from minor-mode-alist
* lisp/server.el: Don't put an element for server-buffer-clients into minor-mode-alist. (Bug#20201)
This commit is contained in:
parent
91478f4623
commit
7459cbec95
1 changed files with 0 additions and 4 deletions
|
|
@ -245,10 +245,6 @@ in this way."
|
|||
:type 'boolean
|
||||
:version "21.1")
|
||||
|
||||
;; FIXME? This is not a minor mode; what's the point of this? (See bug#20201)
|
||||
(or (assq 'server-buffer-clients minor-mode-alist)
|
||||
(push '(server-buffer-clients " Server") minor-mode-alist))
|
||||
|
||||
(defvar server-existing-buffer nil
|
||||
"Non-nil means the buffer existed before the server was asked to visit it.
|
||||
This means that the server should not kill the buffer when you say you
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue