Reimplement terminal parameters in C; clean up term.c, create terminal.c.
[bpt/emacs.git] / src / emacs.c
index ff1a402..28b5f37 100644 (file)
@@ -1600,6 +1600,7 @@ main (argc, argv
       syms_of_frame ();
 #endif
       syms_of_syntax ();
+      syms_of_terminal ();
       syms_of_term ();
       syms_of_undo ();
 #ifdef HAVE_SOUND