*** empty log message ***

This commit is contained in:
Joseph Arceneaux 1992-10-01 00:56:11 +00:00
parent cd7d971d06
commit bef79ee47f

View file

@ -47,6 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "lisp.h"
#include "commands.h"
#include "intervals.h"
#include "systty.h"
@ -516,6 +517,9 @@ main (argc, argv, envp)
syms_of_frame ();
syms_of_syntax ();
syms_of_undo ();
/* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */
syms_of_textprop ();
#ifdef VMS
syms_of_vmsproc ();
#endif /* VMS */