Mercurial > emacs
changeset 73805:6bca57b7534e
(server-start): Save also the Emacs pid in the server authentication file.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 07 Nov 2006 10:42:52 +0000 |
parents | ad5c0d302d05 |
children | fbfa7d8c0a64 |
files | lisp/server.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/server.el Tue Nov 07 08:27:16 2006 +0000 +++ b/lisp/server.el Tue Nov 07 10:42:52 2006 +0000 @@ -360,6 +360,7 @@ (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