]> code.delx.au - gnu-emacs/blobdiff - src/callproc.c
Make NS port use the normal dnd functions.
[gnu-emacs] / src / callproc.c
index b44f680b3524c6931352900cee479f64ee052b3b..3b383a7fbef77ab9520d65e32f9d8051e708546a 100644 (file)
@@ -465,7 +465,8 @@ call_process (ptrdiff_t nargs, Lisp_Object *args, int filefd,
     int ok;
 
     GCPRO3 (buffer, current_dir, error_file);
-    ok = openp (Vexec_path, args[0], Vexec_suffixes, &path, make_number (X_OK));
+    ok = openp (Vexec_path, args[0], Vexec_suffixes, &path,
+               make_number (X_OK), false);
     UNGCPRO;
     if (ok < 0)
       report_file_error ("Searching for program", args[0]);