Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6c362a8b
Commit
6c362a8b
authored
Aug 12, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include process.h.
(init_cmdargs): Use EXEC_SUFFIXES.
parent
b7a11e21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/emacs.c
src/emacs.c
+2
-1
No files found.
src/emacs.c
View file @
6c362a8b
...
...
@@ -47,6 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "systty.h"
#include "syssignal.h"
#include "process.h"
#ifndef O_RDWR
#define O_RDWR 2
...
...
@@ -169,7 +170,7 @@ init_cmdargs (argc, argv, skip_args)
{
Lisp_Object
found
;
int
yes
=
openp
(
Vexec_path
,
Vinvocation_name
,
""
,
&
found
,
1
);
EXEC_SUFFIXES
,
&
found
,
1
);
if
(
yes
)
Vinvocation_directory
=
Ffile_name_directory
(
found
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment