don't ignore chdir failure
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Feb 2011 01:25:41 +0000 (17:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Feb 2011 01:25:41 +0000 (17:25 -0800)
commit32299e33800dc6a78754b5ac2dc0e15caea93e48
treefd0c9830df5c85736a2989464ad7a8d9f811bce1
parent7fbf7cae66482c80e93acb9864aad31cf29e5c83
don't ignore chdir failure

* sysdep.c (sys_subshell) [!defined DOS_NT]: Diagnose chdir
failure and exit.
(sys_subshell) [defined DOS_NT]: Mark with a FIXME the two
remaining unchecked chdir calls in this function; some DOS/NT
expert needs to fix them.
* emacs.c (main): Mark with a FIXME the unchecked chdir calls
in this function; some NextStep expert needs to fix them.
src/ChangeLog
src/emacs.c
src/sysdep.c