]> code.delx.au - gnu-emacs/commit
Fix socketd fd startup bug that I introduced
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Apr 2016 16:12:14 +0000 (09:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Apr 2016 16:13:07 +0000 (09:13 -0700)
commit40a03df45353692f73364e488c962f1a7cf2e8bc
tree73db77552ab96859e688c8898b9b770b99635fc5
parent7b9a5c2a451781f674f0a7ebd71f1061a174f627
Fix socketd fd startup bug that I introduced

Problem reported by Matthew Leach in:
http://lists.gnu.org/archive/html/emacs-devel/2016-04/msg00778.html
* src/emacs.c (main): Indicate more clearly the coupling between
the --daemon option and init_process_emacs.
* src/lisp.h: Adjust to API changes.
* src/process.c (set_external_socket_descriptor):
Remove, replacing by ...
(init_process_emacs): ... passing the socket FD here instead.
All uses changed.
src/emacs.c
src/lisp.h
src/process.c