aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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