From c42690a67674a93873fd2a4d7c0374bf83f70810 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 7 Nov 2006 10:42:52 +0000 Subject: [PATCH] (server-start): Save also the Emacs pid in the server authentication file. --- lisp/server.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5