From: Eli Zaretskii Date: Wed, 18 May 2016 19:46:32 +0000 (+0300) Subject: * lisp/server.el (server-name): Add autoload cookie. (Bug#23576) X-Git-Tag: emacs-26.0.90~1929 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f995fbd9dc56bbf7bcf511b02afe1809165030e9;p=emacs.git * lisp/server.el (server-name): Add autoload cookie. (Bug#23576) --- diff --git a/lisp/server.el b/lisp/server.el index 2a9729e9d1f..e4cf4312570 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -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