Mercurial > emacs
comparison src/cmds.c @ 4383:d4a36c1669e6
(adjust_intervals_for_insertion): Handle insertion
between two unlike intervals via merge_properties_sticky.
(merge_properties_sticky): New function.
(graft_intervals_into_buffer): Leave handling of `sticky'-ness to
adjust_intervals_for_insertion, then merge properties of the
inserted text onto the old ones.
(textget_direct): New function.
(set_point): Fix calculating of fromprev.
(verify_interval_modification): Check for `read-only' property
and take its `sticky'-ness into account.
(set_point): Ignore `invisible' property unless property value is `hidden'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 31 Jul 1993 21:58:03 +0000 |
parents | 189b84c7dbc5 |
children | f8a991076926 |
comparison
equal
deleted
inserted
replaced
4382:c11d710e0403 | 4383:d4a36c1669e6 |
---|