aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src/mac.c
diff options
context:
space:
mode:
authorStefan Monnier2001-10-12 03:37:43 +0000
committerStefan Monnier2001-10-12 03:37:43 +0000
commitc0ec53ad99ba41fca0f34440c232c8ad203f4259 (patch)
treecad8633f767ceaed67cf3788e59e21c344ea695d /mac/src/mac.c
parentb81a1b72a82185bc426d31f914a5d3d7fee14c4e (diff)
downloademacs-c0ec53ad99ba41fca0f34440c232c8ad203f4259.tar.gz
emacs-c0ec53ad99ba41fca0f34440c232c8ad203f4259.zip
Update calls to openp.
Diffstat (limited to 'mac/src/mac.c')
-rw-r--r--mac/src/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/src/mac.c b/mac/src/mac.c
index d0c9d1a36c3..473273f13b7 100644
--- a/mac/src/mac.c
+++ b/mac/src/mac.c
@@ -2010,7 +2010,7 @@ run_mac_command (argv, workdir, infn, outfn, errfn)
2010 strcat (t, newargv[0]); 2010 strcat (t, newargv[0]);
2011#endif 2011#endif
2012 Lisp_Object path; 2012 Lisp_Object path;
2013 openp (Vexec_path, build_string (newargv[0]), EXEC_SUFFIXES, &path, 2013 openp (Vexec_path, build_string (newargv[0]), Vexec_suffixes, &path,
2014 1); 2014 1);
2015 2015
2016 if (NILP (path)) 2016 if (NILP (path))