emacs lisp/ChangeLog lisp/startup.el src/Change...
Dan Nicolaescu <[email protected]>
| Newsgroups | gmane.emacs.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/emacs Module name: emacs Changes by: Dan Nicolaescu <dann> 08/10/26 19:05:51 Modified files: lisp : ChangeLog startup.el src : ChangeLog emacs.c Log message: * startup.el (command-line): Call daemon-initialized after starting the server. * emacs.c (daemon_pipe): New variable (main): Create a pipe before forking, make the parent exit only after the child has closed its end of the pipe. Move closing the descriptors ... (Fdaemon_initialized): ... here. New function. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.14680&r2=1.14681 http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/startup.el?cvsroot=emacs&r1=1.516&r2=1.517 http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7073&r2=1.7074 http://cvs.savannah.gnu.org/viewcvs/emacs/src/emacs.c?cvsroot=emacs&r1=1.449&r2=1.450