diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index bdaaba70fea..0eff789e599 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -2008,7 +2008,7 @@ usage: (make-process &rest ARGS) */) | |||
| 2008 | { | 2008 | { |
| 2009 | tem = Qnil; | 2009 | tem = Qnil; |
| 2010 | openp (Vexec_path, program, Vexec_suffixes, &tem, | 2010 | openp (Vexec_path, program, Vexec_suffixes, &tem, |
| 2011 | make_fixnum (X_OK), false, false); | 2011 | make_fixnum (X_OK), false, false, NULL); |
| 2012 | if (NILP (tem)) | 2012 | if (NILP (tem)) |
| 2013 | report_file_error ("Searching for program", program); | 2013 | report_file_error ("Searching for program", program); |
| 2014 | tem = Fexpand_file_name (tem, Qnil); | 2014 | tem = Fexpand_file_name (tem, Qnil); |