diff options
| -rw-r--r-- | lisp/server.el | 1 |
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 | |||
| 255 | are done with it in the server.") | 255 | are 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. |
| 260 | The command `server-start' makes use of this. It should not be | 261 | The command `server-start' makes use of this. It should not be |