# HG changeset patch # User Karl Heuer # Date 765788303 0 # Node ID e4299463079d17b772ac806f31b95eaf120a0621 # Parent a864110c6fc797f9408f895522079d028678c8e4 (main): Call syms_of_term. diff -r a864110c6fc7 -r e4299463079d src/emacs.c --- a/src/emacs.c Fri Apr 08 06:57:27 1994 +0000 +++ b/src/emacs.c Fri Apr 08 06:58:23 1994 +0000 @@ -694,6 +694,7 @@ syms_of_search (); syms_of_frame (); syms_of_syntax (); + syms_of_term (); syms_of_undo (); /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */