mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * src/emacs.c (default_PATH) [DOS_NT]: Add commentary.
This commit is contained in:
parent
64c93e188e
commit
aef2d807e7
1 changed files with 3 additions and 0 deletions
|
|
@ -771,6 +771,9 @@ default_PATH (void)
|
|||
path = buf;
|
||||
|
||||
#elif defined DOS_NT
|
||||
/* This is not exactly what Windows does when there's no PATH (see
|
||||
documentation of CreateProcessW), but it's a good-enough
|
||||
approximation. */
|
||||
path = strcpy (staticbuf, ".");
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue