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:
parent
759f7eed9e
commit
c42690a676
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user