]> code.delx.au - gnu-emacs/commit
Tickle glib by waiting for Emacs itself, not for process 0.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Jun 2013 18:34:06 +0000 (11:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Jun 2013 18:34:06 +0000 (11:34 -0700)
commitf7394b12358ae453a0c8b85fc307afc1b740010d
tree44f9aee2f4bc38a27fac7494fa3fe44915c6979f
parentb0e228313455c1d9ee6e9cf9360aefa4a382c330
Tickle glib by waiting for Emacs itself, not for process 0.

* process.c (init_process_emacs) [HAVE_GLIB && !WINDOWSNT]:
Wait for self, not for 0.  This can't hurt on GNU or similar
system, and may help with Cygwin.

Fixes: debbugs:14569
src/ChangeLog
src/process.c