Mercurial > emacs
changeset 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 | d6aa11f2a4af |
children | 9c5071c954cd |
files | src/xfns.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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);