lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 30 Sep 2010 02:53:26 +0000 (04:53 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 30 Sep 2010 02:53:26 +0000 (04:53 +0200)
commit968ef9b4dae78c5badd7f377b26519c8840823e7
tree295600dfe1afa8d91130d8adbb42c670e08d0cd7
parentcf16af423488fff17e43e5aca6fb76610284c1c3
lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.

* lib-src/emacsclient.c (get_server_config): Don't read Emacs pid from
  the authentication file.

* lisp/server.el (server-start): Don't write pid to the authentication file.
  (server-create-tty-frame): Don't send pid.
  (server-process-filter): Send pid at the start of every connection.
lib-src/ChangeLog
lib-src/emacsclient.c
lisp/ChangeLog
lisp/server.el