aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
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 }