* emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that
commit5257b7014c4d7fe3b48a75122746d4ec48a6c42c
authorDaniel Colascione <dancol@dancol.org>
Sun, 3 Feb 2013 16:45:37 +0000 (3 08:45 -0800)
committerDaniel Colascione <dancol@dancol.org>
Sun, 3 Feb 2013 16:45:37 +0000 (3 08:45 -0800)
treeb5b2e2cacd405e5b660cc4b79a9ca5d459f71e53
parent37a56656369c5c60f1eb5de14b6f693dff0027a6
* emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that
daemon mode works on cygw32 when Emacs is installed and not just
during development.
src/ChangeLog
src/emacs.c