/[emacs]/emacs/src/w32proc.c
ViewVC logotype

Diff of /emacs/src/w32proc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by jasonr, Sun Apr 28 18:53:48 2002 UTC revision 1.50 by monnier, Tue Apr 30 01:02:26 2002 UTC
# Line 748  sys_spawnve (int mode, char *cmdname, ch Line 748  sys_spawnve (int mode, char *cmdname, ch
748                
749        full = Qnil;        full = Qnil;
750        GCPRO1 (program);        GCPRO1 (program);
751        openp (Vexec_path, program, Vexec_suffixes, &full, 1);        openp (Vexec_path, program, Vexec_suffixes, &full, make_number (X_OK));
752        UNGCPRO;        UNGCPRO;
753        if (NILP (full))        if (NILP (full))
754          {          {

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26