diff options
| author | Stefan Monnier | 2001-10-12 03:37:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-12 03:37:43 +0000 |
| commit | c0ec53ad99ba41fca0f34440c232c8ad203f4259 (patch) | |
| tree | cad8633f767ceaed67cf3788e59e21c344ea695d /src/w32proc.c | |
| parent | b81a1b72a82185bc426d31f914a5d3d7fee14c4e (diff) | |
| download | emacs-c0ec53ad99ba41fca0f34440c232c8ad203f4259.tar.gz emacs-c0ec53ad99ba41fca0f34440c232c8ad203f4259.zip | |
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) | |||
| 744 | 744 | ||
| 745 | full = Qnil; | 745 | full = Qnil; |
| 746 | GCPRO1 (program); | 746 | GCPRO1 (program); |
| 747 | openp (Vexec_path, program, EXEC_SUFFIXES, &full, 1); | 747 | openp (Vexec_path, program, Vexec_suffixes, &full, 1); |
| 748 | UNGCPRO; | 748 | UNGCPRO; |
| 749 | if (NILP (full)) | 749 | if (NILP (full)) |
| 750 | { | 750 | { |