(server-start): Save also the Emacs pid in the server authentication file.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 7 Nov 2006 10:42:52 +0000 (10:42 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 7 Nov 2006 10:42:52 +0000 (10:42 +0000)
lisp/server.el

index 992d917..9214391 100644 (file)
@@ -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