aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2002-03-20 21:31:03 +0000
committerJason Rumney2002-03-20 21:31:03 +0000
commit4558a715e18531174e4ccada829fd45bb6b13152 (patch)
tree17295b15a960a88c529264dea3b1d881ca697e3f /src
parentfcc6f5cc3efeeb7594b40e09d1df04c1c15321f7 (diff)
downloademacs-4558a715e18531174e4ccada829fd45bb6b13152.tar.gz
emacs-4558a715e18531174e4ccada829fd45bb6b13152.zip
(main) [WINDOWSNT]: Call init_xfns.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 1667ed12442..6f2d3e3f195 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1518,7 +1518,7 @@ main (argc, argv, envp)
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 ();