summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-04-30 01:02:26 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-04-30 01:02:26 +0000
commit44c7a52627837bfc8b67c6fd0fc94cc9e518a409 (patch)
tree832d2e546d475c93af4ee6298150be5914480e1c /src
parent7d0329329741470c379ab01602199fdd2109cb50 (diff)
downloademacs-44c7a52627837bfc8b67c6fd0fc94cc9e518a409.tar.gz
(sys_spawnve): Update call to openp.
Diffstat (limited to 'src')
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index ae14c817fa9..f9e20135dd5 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -748,7 +748,7 @@ sys_spawnve (int mode, char *cmdname, char **argv, char **envp)
full = Qnil;
GCPRO1 (program);
- openp (Vexec_path, program, Vexec_suffixes, &full, 1);
+ openp (Vexec_path, program, Vexec_suffixes, &full, make_number (X_OK));
UNGCPRO;
if (NILP (full))
{