/* Record that a deletion is about to take place,
for LENGTH characters at location BEG. */
+void
record_delete (beg, length)
int beg, length;
{
because that's the only case where an automatic marker adjustment
won't be inverted automatically by undoing the buffer modification. */
+void
record_marker_adjustment (marker, adjustment)
Lisp_Object marker;
int adjustment;
for LENGTH characters at location BEG.
The replacement does not change the number of characters. */
+void
record_change (beg, length)
int beg, length;
{