mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
* emacs.c (main) [HAVE_NS]: fix error printf in daemon case.
This commit is contained in:
parent
f9245b5d0f
commit
cff1115627
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
* emacs.c (inhibit_x_resources): Update doc string for NS.
|
||||
(main) [HAVE_NS]: Don't process --no-init-file option. Remove
|
||||
legacy code for -NXHost.
|
||||
legacy code for -NXHost. Fix error printf in daemon case.
|
||||
|
||||
* nsterm.h (ns_no_defaults): Remove.
|
||||
|
||||
|
|
|
|||
|
|
@ -1180,7 +1180,7 @@ main (int argc, char **argv)
|
|||
argv[skip_args] = fdStr;
|
||||
|
||||
execv (argv[0], argv);
|
||||
fprintf (stderr, "emacs daemon: exec failed: %d\t%d\n", errno);
|
||||
fprintf (stderr, "emacs daemon: exec failed: %d\n", errno);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue