/[emacs]/emacs/src/textprop.c
ViewVC logotype

Diff of /emacs/src/textprop.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.135.4.2 by miles, Mon Jun 28 07:29:24 2004 UTC revision 1.135.4.3 by miles, Thu Oct 14 08:49:53 2004 UTC
# Line 1  Line 1 
1  /* Interface code for dealing with text properties.  /* Interface code for dealing with text properties.
2     Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003     Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
# Line 2233  If a character in a buffer has PROPERTY, Line 2233  If a character in a buffer has PROPERTY,
2233  the character doesn't inherit PROPERTY if NONSTICKINESS is non-nil,  the character doesn't inherit PROPERTY if NONSTICKINESS is non-nil,
2234  inherits it if NONSTICKINESS is nil.  The front-sticky and  inherits it if NONSTICKINESS is nil.  The front-sticky and
2235  rear-nonsticky properties of the character overrides NONSTICKINESS.  */);  rear-nonsticky properties of the character overrides NONSTICKINESS.  */);
2236    Vtext_property_default_nonsticky = Qnil;    /* Text property `syntax-table' should be nonsticky by default.  */
2237      Vtext_property_default_nonsticky
2238        = Fcons (Fcons (intern ("syntax-table"), Qt), Qnil);
2239    
2240    staticpro (&interval_insert_behind_hooks);    staticpro (&interval_insert_behind_hooks);
2241    staticpro (&interval_insert_in_front_hooks);    staticpro (&interval_insert_in_front_hooks);

Legend:
Removed from v.1.135.4.2  
changed lines
  Added in v.1.135.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26