Include intervals.h.
authorKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:25:34 +0000 (00:25 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:25:34 +0000 (00:25 +0000)
(syms_of_xfns): Make `display' property nonsticky by default.

src/xfns.c

index 9c3c551..d88e69c 100644 (file)
@@ -41,6 +41,7 @@ Boston, MA 02111-1307, USA.  */
 #include "frame.h"
 #include "window.h"
 #include "buffer.h"
+#include "intervals.h"
 #include "dispextern.h"
 #include "keyboard.h"
 #include "blockinput.h"
@@ -10192,6 +10193,11 @@ syms_of_xfns ()
   staticpro (&Qscreen_gamma);
   /* This is the end of symbol initialization.  */
 
+  /* Text property `display' should be nonsticky by default.  */
+  Vtext_property_default_nonsticky
+    = Fcons (Fcons (Qdisplay, Qt), Vtext_property_default_nonsticky);
+
+
   Qlaplace = intern ("laplace");
   staticpro (&Qlaplace);