aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-05-18 22:46:32 +0300
committerEli Zaretskii2016-05-18 22:46:32 +0300
commitf995fbd9dc56bbf7bcf511b02afe1809165030e9 (patch)
tree3fcc48c9b78e0627eae4a794fd70dfab0d9200a2
parentde45d9145db9983c27e0a0c44540c28ebeab5946 (diff)
downloademacs-f995fbd9dc56bbf7bcf511b02afe1809165030e9.tar.gz
emacs-f995fbd9dc56bbf7bcf511b02afe1809165030e9.zip
* lisp/server.el (server-name): Add autoload cookie. (Bug#23576)
-rw-r--r--lisp/server.el1
1 files changed, 1 insertions, 0 deletions
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
255are done with it in the server.") 255are done with it in the server.")
256(make-variable-buffer-local 'server-existing-buffer) 256(make-variable-buffer-local 'server-existing-buffer)
257 257
258;;;###autoload
258(defcustom server-name "server" 259(defcustom server-name "server"
259 "The name of the Emacs server, if this Emacs process creates one. 260 "The name of the Emacs server, if this Emacs process creates one.
260The command `server-start' makes use of this. It should not be 261The command `server-start' makes use of this. It should not be