# HG changeset patch # User Kenichi Handa # Date 945217534 0 # Node ID 578acd06aa3ba1428ba6f008d60f9b49223b8b4b # Parent d6aa11f2a4af4261acd4c08ac8db7c339e7f557b Include intervals.h. (syms_of_xfns): Make `display' property nonsticky by default. diff -r d6aa11f2a4af -r 578acd06aa3b src/xfns.c --- 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);