emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can I move trunk revision 111670?


From: Daniel Colascione
Subject: Can I move trunk revision 111670?
Date: Sun, 03 Feb 2013 09:04:55 -0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

111670 unbreaks daemon mode under cygw32. The change is simply this:

=== modified file 'src/emacs.c'
--- src/emacs.c 2013-02-02 17:14:24 +0000
+++ src/emacs.c 2013-02-03 16:34:57 +0000
@@ -1059,7 +1059,7 @@

             argv[skip_args] = fdStr;

-            execv (argv[0], argv);
+            execvp (argv[0], argv);
             fprintf (stderr, "emacs daemon: exec failed: %d\n", errno);
             exit (1);
           }

Can I move it to the release branch?

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]