projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d03293
)
(sys_spawnve): Update call to openp.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 01:02:26 +0000
(
01:02
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 01:02:26 +0000
(
01:02
+0000)
src/w32proc.c
patch
|
blob
|
history
diff --git
a/src/w32proc.c
b/src/w32proc.c
index ae14c817fa99c17682a5578701f6f8618538830b..f9e20135dd58c676cd2684a653adb1afcfe8e3af 100644
(file)
--- 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))
{