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:
Mark Oteiza 2017-02-12 11:51:19 -05:00
parent 91478f4623
commit 7459cbec95

View file

@ -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