diff options
| author | Joakim Verona | 2013-02-04 00:03:35 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-04 00:03:35 +0100 |
| commit | c877afeb2bdca205b7d4e19fb37eb0c9cf209540 (patch) | |
| tree | eddb6a0ea25c25796e0686a0c2b186e5dbfac95a /src/emacs.c | |
| parent | cfefa7e817861c3fdf541becf7fbcfa00fa16858 (diff) | |
| parent | 69d52b98fc53446450319ae96881dd57683e0349 (diff) | |
| download | emacs-c877afeb2bdca205b7d4e19fb37eb0c9cf209540.tar.gz emacs-c877afeb2bdca205b7d4e19fb37eb0c9cf209540.zip | |
auto upstream
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index ff29a042ea0..43fcae8e062 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1062,7 +1062,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem | |||
| 1062 | 1062 | ||
| 1063 | argv[skip_args] = fdStr; | 1063 | argv[skip_args] = fdStr; |
| 1064 | 1064 | ||
| 1065 | execv (argv[0], argv); | 1065 | execvp (argv[0], argv); |
| 1066 | fprintf (stderr, "emacs daemon: exec failed: %d\n", errno); | 1066 | fprintf (stderr, "emacs daemon: exec failed: %d\n", errno); |
| 1067 | exit (1); | 1067 | exit (1); |
| 1068 | } | 1068 | } |