]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_process): Update call to openp.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 01:00:24 +0000 (01:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 01:00:24 +0000 (01:00 +0000)
src/callproc.c

index 7f4993c9bf7d89f657f954a4af59266e705dc1e8..196f8a669ac5ec99e53ea7f05f53930539c421e6 100644 (file)
@@ -381,7 +381,7 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS)  */)
     struct gcpro gcpro1;
 
     GCPRO1 (current_dir);
-    openp (Vexec_path, args[0], Vexec_suffixes, &path, 1);
+    openp (Vexec_path, args[0], Vexec_suffixes, &path, make_number (X_OK));
     UNGCPRO;
   }
   if (NILP (path))