X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/133ad3e2006d136a6153a75140a880f8ff16ea65..1a5d0c15185986e645e8fb8080a2338d8f17d562:/lisp/server.el diff --git a/lisp/server.el b/lisp/server.el index 35243aeb90..e4cf431257 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -1,6 +1,6 @@ ;;; server.el --- Lisp code for GNU Emacs running as server process -*- lexical-binding: t -*- -;; Copyright (C) 1986-1987, 1992, 1994-2015 Free Software Foundation, +;; Copyright (C) 1986-1987, 1992, 1994-2016 Free Software Foundation, ;; Inc. ;; Author: William Sommerfeld @@ -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 @@ -655,6 +656,7 @@ server or call `\\[server-force-delete]' to forcibly disconnect it.")) :noquery t :sentinel #'server-sentinel :filter #'server-process-filter + :use-external-socket t ;; We must receive file names without being decoded. ;; Those are decoded by server-process-filter according ;; to file-name-coding-system. Also don't get