; * lisp/server.el: Comment.

This commit is contained in:
Glenn Morris 2015-04-24 14:47:30 -04:00
parent 5bc9f498de
commit b94d950a0a

View file

@ -245,6 +245,7 @@ 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))