emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/textprop.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/textprop.c [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:13:29 -0400

Index: emacs/src/textprop.c
diff -c emacs/src/textprop.c:1.135.4.2 emacs/src/textprop.c:1.135.4.3
*** emacs/src/textprop.c:1.135.4.2      Mon Jun 28 07:29:24 2004
--- emacs/src/textprop.c        Thu Oct 14 08:49:53 2004
***************
*** 1,5 ****
  /* Interface code for dealing with text properties.
!    Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Interface code for dealing with text properties.
!    Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 2233,2239 ****
  the character doesn't inherit PROPERTY if NONSTICKINESS is non-nil,
  inherits it if NONSTICKINESS is nil.  The front-sticky and
  rear-nonsticky properties of the character overrides NONSTICKINESS.  */);
!   Vtext_property_default_nonsticky = Qnil;
  
    staticpro (&interval_insert_behind_hooks);
    staticpro (&interval_insert_in_front_hooks);
--- 2233,2241 ----
  the character doesn't inherit PROPERTY if NONSTICKINESS is non-nil,
  inherits it if NONSTICKINESS is nil.  The front-sticky and
  rear-nonsticky properties of the character overrides NONSTICKINESS.  */);
!   /* Text property `syntax-table' should be nonsticky by default.  */
!   Vtext_property_default_nonsticky
!     = Fcons (Fcons (intern ("syntax-table"), Qt), Qnil);
  
    staticpro (&interval_insert_behind_hooks);
    staticpro (&interval_insert_in_front_hooks);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]