1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-05 23:21:22 -08:00

* lisp/server.el (server-name): Add autoload cookie. (Bug#23576)

This commit is contained in:
Eli Zaretskii 2016-05-18 22:46:32 +03:00
parent de45d9145d
commit f995fbd9dc

View file

@ -255,6 +255,7 @@ This means that the server should not kill the buffer when you say you
are done with it in the server.")
(make-variable-buffer-local 'server-existing-buffer)
;;;###autoload
(defcustom server-name "server"
"The name of the Emacs server, if this Emacs process creates one.
The command `server-start' makes use of this. It should not be