From 77c4d02405dd9182559df7132d1e66f864d3f09b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 23 Jan 2009 04:52:40 +0000 Subject: [PATCH] (server-name): Make it a defcustom. --- lisp/server.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/server.el b/lisp/server.el index d58eb20e5e..5f7cc50e35 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -200,7 +200,13 @@ 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) -(defvar server-name "server") +(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 +changed while a server is running." + :group 'server + :type 'string + :version "23.1") (defvar server-socket-dir (and (featurep 'make-network-process '(:family local)) -- 2.39.2