comparison src/emacs.c @ 44050:6deaf7b2eb00

(main) [WINDOWSNT]: Call init_xfns.
author Jason Rumney <jasonr@gnu.org>
date Wed, 20 Mar 2002 21:31:03 +0000
parents 1a121be11dab
children 6e6b0dac43c6
comparison
equal deleted inserted replaced
44049:770a1adcce3e 44050:6deaf7b2eb00
1516 #endif 1516 #endif
1517 #ifdef VMS 1517 #ifdef VMS
1518 init_vmsproc (); /* And this too. */ 1518 init_vmsproc (); /* And this too. */
1519 #endif /* VMS */ 1519 #endif /* VMS */
1520 init_sys_modes (); /* Init system terminal modes (RAW or CBREAK, etc.). */ 1520 init_sys_modes (); /* Init system terminal modes (RAW or CBREAK, etc.). */
1521 #ifdef HAVE_X_WINDOWS 1521 #if defined (HAVE_X_WINDOWS) || defined (WINDOWSNT)
1522 init_xfns (); 1522 init_xfns ();
1523 #endif /* HAVE_X_WINDOWS */ 1523 #endif /* HAVE_X_WINDOWS */
1524 init_fns (); 1524 init_fns ();
1525 init_xdisp (); 1525 init_xdisp ();
1526 init_macros (); 1526 init_macros ();