mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 23:21:22 -08:00
* lisp/server.el (server-name): Add autoload cookie. (Bug#23576)
This commit is contained in:
parent
de45d9145d
commit
f995fbd9dc
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ 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)
|
||||
|
||||
;;;###autoload
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue