/[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.127 by monnier, Mon Apr 29 19:29:58 2002 UTC revision 1.128 by walters, Sat Jun 8 20:24:35 2002 UTC
# Line 70  Lisp_Object Qfront_sticky, Qrear_nonstic Line 70  Lisp_Object Qfront_sticky, Qrear_nonstic
70    
71  Lisp_Object Vinhibit_point_motion_hooks;  Lisp_Object Vinhibit_point_motion_hooks;
72  Lisp_Object Vdefault_text_properties;  Lisp_Object Vdefault_text_properties;
73    Lisp_Object Vchar_property_alias_alist;
74  Lisp_Object Vtext_property_default_nonsticky;  Lisp_Object Vtext_property_default_nonsticky;
75    
76  /* verify_interval_modification saves insertion hooks here  /* verify_interval_modification saves insertion hooks here
# Line 2177  The value of a property in this list is Line 2178  The value of a property in this list is
2178  character that does not have its own value for that property.  */);  character that does not have its own value for that property.  */);
2179    Vdefault_text_properties = Qnil;    Vdefault_text_properties = Qnil;
2180    
2181      DEFVAR_LISP ("char-property-alias-alist", &Vchar_property_alias_alist,
2182                   doc: /* Alist of alternative properties for properties without a value.
2183    Each element should look like (PROPERTY ALTERNATIVE1 ALTERNATIVE2...).
2184    If a piece of text has no direct value for a particular property, then
2185    this alist is consulted.  If that property appears in the alist, then
2186    the first non-nil value from the associated alternative properties is
2187    returned. */);
2188      Vchar_property_alias_alist = Qnil;
2189    
2190    DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks,    DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks,
2191                 doc: /* If non-nil, don't run `point-left' and `point-entered' text properties.                 doc: /* If non-nil, don't run `point-left' and `point-entered' text properties.
2192  This also inhibits the use of the `intangible' text property.  */);  This also inhibits the use of the `intangible' text property.  */);

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128

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