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 b5650e356e7..14c803f2b39 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -540,7 +540,7 @@ main (argc, argv, envp) | |||
| 540 | #ifdef HAVE_X11 | 540 | #ifdef HAVE_X11 |
| 541 | syms_of_xselect (); | 541 | syms_of_xselect (); |
| 542 | #endif | 542 | #endif |
| 543 | #ifdef HAVE_X_WINDOW | 543 | #ifdef HAVE_X_WINDOWS |
| 544 | #ifndef NO_X_MENU | 544 | #ifndef NO_X_MENU |
| 545 | syms_of_xmenu (); | 545 | syms_of_xmenu (); |
| 546 | #endif /* not NO_X_MENU */ | 546 | #endif /* not NO_X_MENU */ |