From 4558a715e18531174e4ccada829fd45bb6b13152 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 20 Mar 2002 21:31:03 +0000 Subject: [PATCH] (main) [WINDOWSNT]: Call init_xfns. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.39.2