From bef79ee47f039aa0759619a175f23ac58e4cd3ec Mon Sep 17 00:00:00 2001 From: Joseph Arceneaux Date: Thu, 1 Oct 1992 00:56:11 +0000 Subject: [PATCH] *** empty log message *** --- src/emacs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/emacs.c b/src/emacs.c index 17698dfab9f..695e866acc2 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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 */