comparison src/emacs.c @ 15202:0a9e62f4f10b

(main) [WINDOWSNT]: Call syms_of_ntproc.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 May 1996 20:31:20 +0000
parents 3305f0390624
children 5b9fe08fa6eb
comparison
equal deleted inserted replaced
15201:43551ec4b69d 15202:0a9e62f4f10b
894 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ 894 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */
895 syms_of_textprop (); 895 syms_of_textprop ();
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
902 syms_of_xterm (); 905 syms_of_xterm ();
903 syms_of_xfns (); 906 syms_of_xfns ();