comparison src/emacs.c @ 6751:e4299463079d

(main): Call syms_of_term.
author Karl Heuer <kwzh@gnu.org>
date Fri, 08 Apr 1994 06:58:23 +0000
parents 53c14a4f9307
children a4a33206aee4
comparison
equal deleted inserted replaced
6750:a864110c6fc7 6751:e4299463079d
692 syms_of_mocklisp (); 692 syms_of_mocklisp ();
693 syms_of_process (); 693 syms_of_process ();
694 syms_of_search (); 694 syms_of_search ();
695 syms_of_frame (); 695 syms_of_frame ();
696 syms_of_syntax (); 696 syms_of_syntax ();
697 syms_of_term ();
697 syms_of_undo (); 698 syms_of_undo ();
698 699
699 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ 700 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */
700 syms_of_textprop (); 701 syms_of_textprop ();
701 #ifdef VMS 702 #ifdef VMS