mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -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:
parent
47e088962f
commit
a16f5f64c7
2 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||||
|
|
||||||
* net/tls.el (tls-starttls-switches): New variable.
|
* net/tls.el (tls-starttls-switches): New variable.
|
||||||
|
|
|
||||||
|
|
@ -586,6 +586,7 @@ server or call `M-x server-force-delete' to forcibly disconnect it.")
|
||||||
(setq buffer-file-coding-system 'no-conversion)
|
(setq buffer-file-coding-system 'no-conversion)
|
||||||
(insert (format-network-address
|
(insert (format-network-address
|
||||||
(process-contact server-process :local))
|
(process-contact server-process :local))
|
||||||
|
" " (number-to-string (emacs-pid)) ; Kept for compatibility
|
||||||
"\n" auth-key)))))))))
|
"\n" auth-key)))))))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue