Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
93aed04d
Commit
93aed04d
authored
Dec 26, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main) [AIX]: Call putenv.
parent
b04101bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/emacs.c
src/emacs.c
+6
-0
No files found.
src/emacs.c
View file @
93aed04d
...
...
@@ -516,6 +516,12 @@ main (argc, argv, envp)
many circumstances; it seems flimsy to put off initializing it
until calling init_callproc. */
set_process_environment
();
/* AIX crashes are reported in system versions 3.2.3 and 3.2.4
if this is not done. Do it after set_process_environment so that we
don't pollute Vprocess_environment. */
#ifdef AIX
putenv
(
"LANG=C"
);
#endif
init_buffer
();
/* Init default directory of main buffer */
...
...
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