diff src/xfns.c @ 26876:578acd06aa3b

Include intervals.h. (syms_of_xfns): Make `display' property nonsticky by default.
author Kenichi Handa <handa@m17n.org>
date Wed, 15 Dec 1999 00:25:34 +0000
parents d8a6c42deb4e
children e388d69f4269
line wrap: on
line diff
--- a/src/xfns.c	Wed Dec 15 00:24:07 1999 +0000
+++ b/src/xfns.c	Wed Dec 15 00:25:34 1999 +0000
@@ -41,6 +41,7 @@
 #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 @@
   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);