From: Jason Rumney Date: Wed, 20 Mar 2002 21:31:03 +0000 (+0000) Subject: (main) [WINDOWSNT]: Call init_xfns. X-Git-Tag: ttn-vms-21-2-B4~16057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4558a715e18531174e4ccada829fd45bb6b13152;p=emacs.git (main) [WINDOWSNT]: Call init_xfns. --- 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) init_vmsproc (); /* And this too. */ #endif /* VMS */ init_sys_modes (); /* Init system terminal modes (RAW or CBREAK, etc.). */ -#ifdef HAVE_X_WINDOWS +#if defined (HAVE_X_WINDOWS) || defined (WINDOWSNT) init_xfns (); #endif /* HAVE_X_WINDOWS */ init_fns ();