1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

(server-start): Save also the Emacs pid in the server authentication file.

This commit is contained in:
Juanma Barranquero 2006-11-07 10:42:52 +00:00
parent 759f7eed9e
commit c42690a676

View 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