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
41f339d4
Commit
41f339d4
authored
Apr 26, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main) [WINDOWSNT]: Invoke init_ntproc.
(shut_down_emacs) [WINDOWSNT]: Invoke term_ntproc.
parent
93593876
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/emacs.c
src/emacs.c
+5
-0
No files found.
src/emacs.c
View file @
41f339d4
...
...
@@ -796,6 +796,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
#ifdef WINDOWSNT
/* Initialize environment from registry settings. */
init_environment
();
init_ntproc
();
/* must precede init_editfns */
#endif
/* egetenv is a pretty low-level facility, which may get called in
...
...
@@ -1313,6 +1314,10 @@ shut_down_emacs (sig, no_x, stuff)
unrequest_sigio
();
signal
(
SIGIO
,
SIG_IGN
);
#endif
#ifdef WINDOWSNT
term_ntproc
();
#endif
}
...
...
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