diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-12 03:37:43 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-12 03:37:43 +0000 |
commit | c0ec53ad99ba41fca0f34440c232c8ad203f4259 (patch) | |
tree | cad8633f767ceaed67cf3788e59e21c344ea695d /src/w32proc.c | |
parent | b81a1b72a82185bc426d31f914a5d3d7fee14c4e (diff) | |
download | emacs-c0ec53ad99ba41fca0f34440c232c8ad203f4259.tar.gz |
Update calls to openp.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index 8d5890b86dd..d2eb38fbfbd 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -744,7 +744,7 @@ sys_spawnve (int mode, char *cmdname, char **argv, char **envp) full = Qnil; GCPRO1 (program); - openp (Vexec_path, program, EXEC_SUFFIXES, &full, 1); + openp (Vexec_path, program, Vexec_suffixes, &full, 1); UNGCPRO; if (NILP (full)) { |