Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ntproc.c Mon Aug 13 11:25:03 2007 +0200 +++ b/src/ntproc.c Mon Aug 13 11:26:11 2007 +0200 @@ -1456,8 +1456,8 @@ void vars_of_ntproc (void) { - Qhigh = intern ("high"); - Qlow = intern ("low"); + defsymbol (&Qhigh, "high"); + defsymbol (&Qlow, "low"); DEFVAR_LISP ("win32-quote-process-args", &Vwin32_quote_process_args /* Non-nil enables quoting of process arguments to ensure correct parsing.