summaryrefslogtreecommitdiff
path: root/lisp/server.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/server.el')
-rw-r--r--lisp/server.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/server.el b/lisp/server.el
index 992d917f986..9214391d861 100644
--- a/lisp/server.el
+++ b/lisp/server.el
@@ -360,6 +360,7 @@ Prefix arg means just kill any existing server communications subprocess."
(setq buffer-file-coding-system 'no-conversion)
(insert (format-network-address
(process-contact server-process :local))
+ " " (int-to-string (emacs-pid))
"\n" auth-key))))))))
;;;###autoload