# HG changeset patch # User Richard M. Stallman # Date 745193130 0 # Node ID 3e419e5bbed6fc41dc41bb4c84364e1d6072fb2b # Parent 73d1d7d05a5abd96445046c798cc1791befce5dd Include process.h. (init_cmdargs): Use EXEC_SUFFIXES. diff -r 73d1d7d05a5a -r 3e419e5bbed6 src/emacs.c --- a/src/emacs.c Thu Aug 12 21:55:46 1993 +0000 +++ b/src/emacs.c Thu Aug 12 22:05:30 1993 +0000 @@ -47,6 +47,7 @@ #include "systty.h" #include "syssignal.h" +#include "process.h" #ifndef O_RDWR #define O_RDWR 2 @@ -169,7 +170,7 @@ { Lisp_Object found; int yes = openp (Vexec_path, Vinvocation_name, - "", &found, 1); + EXEC_SUFFIXES, &found, 1); if (yes) Vinvocation_directory = Ffile_name_directory (found); }