1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

lisp/server.el (server-start): For compatibility, revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.

This commit is contained in:
Juanma Barranquero 2010-10-01 03:28:45 +02:00
parent 47e088962f
commit a16f5f64c7
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-10-01 Juanma Barranquero <lekktu@gmail.com>
* server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
Let's not break compatibility gratuitously, shall we?
2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/tls.el (tls-starttls-switches): New variable.

View file

@ -586,6 +586,7 @@ server or call `M-x server-force-delete' to forcibly disconnect it.")
(setq buffer-file-coding-system 'no-conversion)
(insert (format-network-address
(process-contact server-process :local))
" " (number-to-string (emacs-pid)) ; Kept for compatibility
"\n" auth-key)))))))))
;;;###autoload