diff options
| author | Stefan Monnier | 2002-04-30 01:02:26 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-04-30 01:02:26 +0000 |
| commit | 44c7a52627837bfc8b67c6fd0fc94cc9e518a409 (patch) | |
| tree | 832d2e546d475c93af4ee6298150be5914480e1c /src | |
| parent | 7d0329329741470c379ab01602199fdd2109cb50 (diff) | |
| download | emacs-44c7a52627837bfc8b67c6fd0fc94cc9e518a409.tar.gz emacs-44c7a52627837bfc8b67c6fd0fc94cc9e518a409.zip | |
(sys_spawnve): Update call to openp.
Diffstat (limited to 'src')
| -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 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) | |||
| 748 | 748 | ||
| 749 | full = Qnil; | 749 | full = Qnil; |
| 750 | GCPRO1 (program); | 750 | GCPRO1 (program); |
| 751 | openp (Vexec_path, program, Vexec_suffixes, &full, 1); | 751 | openp (Vexec_path, program, Vexec_suffixes, &full, make_number (X_OK)); |
| 752 | UNGCPRO; | 752 | UNGCPRO; |
| 753 | if (NILP (full)) | 753 | if (NILP (full)) |
| 754 | { | 754 | { |