]> git.eshelyaron.com Git - emacs.git/commit
Fix failure of 'emacs --daemon' on Cygwin
authorKen Brown <kbrown@cornell.edu>
Thu, 29 Oct 2020 12:45:29 +0000 (08:45 -0400)
committerKen Brown <kbrown@cornell.edu>
Thu, 29 Oct 2020 12:45:29 +0000 (08:45 -0400)
commit2d15296db112740bcb6e7fa5808b57f12a99e49e
treecdbcec0ff4a54bd397722ca8c893a11547a74baa
parent8abce5b0c62d41f1f6a074742af1a4749ae7d4ab
Fix failure of 'emacs --daemon' on Cygwin

* src/emacs.c (DAEMON_MUST_EXEC): Define unconditionally on
Cygwin, not just if HAVE_NTGUI is defined.  This fixes the failure
of 'emacs --daemon' to start on the non-w32 Cygwin builds.
(Bug#44285)
src/emacs.c