aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-05-10 20:31:20 +0000
committerRichard M. Stallman1996-05-10 20:31:20 +0000
commit05687c547ba8988521e0355a5d81e18f48c2eebf (patch)
tree4731218eb539ebc6a09bd56848922875fe5e628e /src
parent93fdf2f820a0e401a117bf9e29299ebcd19a7ddf (diff)
downloademacs-05687c547ba8988521e0355a5d81e18f48c2eebf.tar.gz
emacs-05687c547ba8988521e0355a5d81e18f48c2eebf.zip
(main) [WINDOWSNT]: Call syms_of_ntproc.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index e9f8439393d..35c8de4d730 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -896,6 +896,9 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
896#ifdef VMS 896#ifdef VMS
897 syms_of_vmsproc (); 897 syms_of_vmsproc ();
898#endif /* VMS */ 898#endif /* VMS */
899#ifdef WINDOWSNT
900 syms_of_ntproc ();
901#endif /* WINDOWSNT */
899 syms_of_window (); 902 syms_of_window ();
900 syms_of_xdisp (); 903 syms_of_xdisp ();
901#ifdef HAVE_X_WINDOWS 904#ifdef HAVE_X_WINDOWS