diff options
Diffstat (limited to 'src')
| -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) | |||
| 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 (); |