From: Juanma Barranquero Date: Tue, 7 Nov 2006 10:42:52 +0000 (+0000) Subject: (server-start): Save also the Emacs pid in the server authentication file. X-Git-Tag: emacs-pretest-22.0.91~232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c42690a67674a93873fd2a4d7c0374bf83f70810;p=emacs.git (server-start): Save also the Emacs pid in the server authentication file. --- 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