mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
Include intervals.h.
(syms_of_xfns): Make `display' property nonsticky by default.
This commit is contained in:
parent
78d2079c49
commit
58cad5ed4f
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue