diff options
| author | Eli Zaretskii | 2016-05-18 22:46:32 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-05-18 22:46:32 +0300 |
| commit | f995fbd9dc56bbf7bcf511b02afe1809165030e9 (patch) | |
| tree | 3fcc48c9b78e0627eae4a794fd70dfab0d9200a2 | |
| parent | de45d9145db9983c27e0a0c44540c28ebeab5946 (diff) | |
| download | emacs-f995fbd9dc56bbf7bcf511b02afe1809165030e9.tar.gz emacs-f995fbd9dc56bbf7bcf511b02afe1809165030e9.zip | |
* lisp/server.el (server-name): Add autoload cookie. (Bug#23576)
| -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 |