Mercurial > hg > xemacs-beta
comparison src/ntproc.c @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | da8ed4261e83 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
1454 | 1454 |
1455 | 1455 |
1456 void | 1456 void |
1457 vars_of_ntproc (void) | 1457 vars_of_ntproc (void) |
1458 { | 1458 { |
1459 Qhigh = intern ("high"); | 1459 defsymbol (&Qhigh, "high"); |
1460 Qlow = intern ("low"); | 1460 defsymbol (&Qlow, "low"); |
1461 | 1461 |
1462 DEFVAR_LISP ("win32-quote-process-args", &Vwin32_quote_process_args /* | 1462 DEFVAR_LISP ("win32-quote-process-args", &Vwin32_quote_process_args /* |
1463 Non-nil enables quoting of process arguments to ensure correct parsing. | 1463 Non-nil enables quoting of process arguments to ensure correct parsing. |
1464 Because Windows does not directly pass argv arrays to child processes, | 1464 Because Windows does not directly pass argv arrays to child processes, |
1465 programs have to reconstruct the argv array by parsing the command | 1465 programs have to reconstruct the argv array by parsing the command |