aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorAndrea Corallo2021-04-25 20:06:22 +0200
committerAndrea Corallo2021-04-25 20:06:22 +0200
commit289000eee729689b0cf362a21baa40ac7f9506f6 (patch)
tree04e59d0f2bd7111749d8d97f829a410d4602a247 /src/process.c
parent8f63f0078a23421eada97b4da51b9308b82532ce (diff)
parentfa65c044f2ebe666467166075c1507a8d0e1347f (diff)
downloademacs-289000eee729689b0cf362a21baa40ac7f9506f6.tar.gz
emacs-289000eee729689b0cf362a21baa40ac7f9506f6.zip
Merge branch 'feature/native-comp' into into trunk
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index b98bc297a3f..84e301a87a5 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1936,7 +1936,7 @@ usage: (make-process &rest ARGS) */)
1936 { 1936 {
1937 tem = Qnil; 1937 tem = Qnil;
1938 openp (Vexec_path, program, Vexec_suffixes, &tem, 1938 openp (Vexec_path, program, Vexec_suffixes, &tem,
1939 make_fixnum (X_OK), false); 1939 make_fixnum (X_OK), false, false);
1940 if (NILP (tem)) 1940 if (NILP (tem))
1941 report_file_error ("Searching for program", program); 1941 report_file_error ("Searching for program", program);
1942 tem = Fexpand_file_name (tem, Qnil); 1942 tem = Fexpand_file_name (tem, Qnil);