diff options
| author | Stefan Monnier | 2002-04-30 01:01:11 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-04-30 01:01:11 +0000 |
| commit | 141f653a89013bcd165b66b3d30a683bb97c6021 (patch) | |
| tree | 231aded3688ffdf1f3a03f99fcd9cc4706493fc6 /src | |
| parent | 10c0915e8d86bdcd5c309e48ace834b7e15a6d1e (diff) | |
| download | emacs-141f653a89013bcd165b66b3d30a683bb97c6021.tar.gz emacs-141f653a89013bcd165b66b3d30a683bb97c6021.zip | |
(run_mac_command): Update call to openp.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2041,7 +2041,7 @@ run_mac_command (argv, workdir, infn, outfn, errfn) | |||
| 2041 | #endif /* 0 */ | 2041 | #endif /* 0 */ |
| 2042 | Lisp_Object path; | 2042 | Lisp_Object path; |
| 2043 | openp (Vexec_path, build_string (newargv[0]), EXEC_SUFFIXES, &path, | 2043 | openp (Vexec_path, build_string (newargv[0]), EXEC_SUFFIXES, &path, |
| 2044 | 1); | 2044 | make_number (X_OK)); |
| 2045 | 2045 | ||
| 2046 | if (NILP (path)) | 2046 | if (NILP (path)) |
| 2047 | return -1; | 2047 | return -1; |