diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c index 92d9411189e..1b084734c5e 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -494,9 +494,7 @@ main (argc, argv, envp) | |||
| 494 | syms_of_mocklisp (); | 494 | syms_of_mocklisp (); |
| 495 | syms_of_process (); | 495 | syms_of_process (); |
| 496 | syms_of_search (); | 496 | syms_of_search (); |
| 497 | #ifdef MULTI_FRAME | ||
| 498 | syms_of_frame (); | 497 | syms_of_frame (); |
| 499 | #endif | ||
| 500 | syms_of_syntax (); | 498 | syms_of_syntax (); |
| 501 | syms_of_undo (); | 499 | syms_of_undo (); |
| 502 | #ifdef VMS | 500 | #ifdef VMS |