# HG changeset patch # User aidan # Date 1115314212 0 # Node ID bf875d8664dbd100278ad335cae233f5aaadf994 # Parent 7844ab77b582993d80972c97eee302523b5d5484 [xemacs-hg @ 2005-05-05 17:30:08 by aidan] Add some info on atomic extents to the set-extent-property docstring. diff -r 7844ab77b582 -r bf875d8664db src/ChangeLog --- a/src/ChangeLog Thu May 05 17:10:54 2005 +0000 +++ b/src/ChangeLog Thu May 05 17:30:12 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-05 Aidan Kehoe + + * extents.c: Add some info on atomic-extents.el to the + set-extent-property docstring. + 2005-05-05 Aidan Kehoe * select.c: diff -r 7844ab77b582 -r bf875d8664db src/extents.c --- a/src/extents.c Thu May 05 17:10:54 2005 +0000 +++ b/src/extents.c Thu May 05 17:30:12 2005 +0000 @@ -5456,6 +5456,7 @@ Change a property of an extent. PROPERTY may be any symbol; the value stored may be accessed with the `extent-property' function. + The following symbols have predefined meanings: detached Removes the extent from its buffer; setting this is @@ -5600,6 +5601,14 @@ characters in the extent is looked up in the syntax table. You should use the text property API to manipulate this property. (This may be required in the future.) + +The following property is available if `atomic-extents.el' has been loaded: + + atomic When set, point will never fall inside the extent. + Not as useful as you might think, as + `delete-backward-char' still removes characters one by + one. + */ (extent, property, value)) {