diff options
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 96fd323c42a..e74c9eaf412 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1589,7 +1589,7 @@ main (argc, argv #endif /* VMS */ init_display (); /* Determine terminal type. Calls init_sys_modes. */ } -#if defined (HAVE_X_WINDOWS) || defined (WINDOWSNT) +#if defined (HAVE_X_WINDOWS) || defined (WINDOWSNT) || defined (HAVE_CARBON) init_xfns (); #endif /* HAVE_X_WINDOWS */ init_fns (); |