diff options
| author | Paul Eggert | 2018-02-12 12:52:43 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-02-12 12:57:58 -0800 |
| commit | d43a724f4ee247ad7a95d9e6ef174c7d16195fbe (patch) | |
| tree | 48d9180e3ecfe87dea83b06939d2d6d36ac1d158 /src/coding.c | |
| parent | e1ca0ea87222e70710b3878ac80ed01f2378f050 (diff) | |
| download | emacs-d43a724f4ee247ad7a95d9e6ef174c7d16195fbe.tar.gz emacs-d43a724f4ee247ad7a95d9e6ef174c7d16195fbe.zip | |
Minor cleanups for server-name fix (Bug#24218)
* lisp/server.el (server--external-socket-initialized): Rename
from server-external-socket-initialised, since it should be
private and Emacs uses American spelling. All uses changed.
* src/emacs.c, src/lisp.h: Revert previous changes, as the
initialization is now done in src/process.c, which already
includes the relevant files.
* src/process.c (union u_sockaddr): Move decl to top level.
(external_sock_name, Fget_external_sockname): Remove, replacing
with Vinternal__external_sockname. All uses changed.
(init_process_emacs): Deduce socket name ourselves rather than
have main.c do it. Use conv_sockaddr_to_lisp instead of doing
it by hand. Conditionalize it on HAVE_GETSOCKNAME.
Diffstat (limited to 'src/coding.c')
0 files changed, 0 insertions, 0 deletions