diff options
author | Jason Rumney <jasonr@gnu.org> | 2002-03-20 21:31:03 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2002-03-20 21:31:03 +0000 |
commit | 4558a715e18531174e4ccada829fd45bb6b13152 (patch) | |
tree | 17295b15a960a88c529264dea3b1d881ca697e3f /src/emacs.c | |
parent | fcc6f5cc3efeeb7594b40e09d1df04c1c15321f7 (diff) | |
download | emacs-4558a715e18531174e4ccada829fd45bb6b13152.tar.gz |
(main) [WINDOWSNT]: Call init_xfns.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 2 |
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) 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 (); |