Mercurial > emacs
changeset 20373:b6c215dec8c8
(record_delete, record_marker_adjustment): Declare them as void.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Nov 1997 12:19:39 +0000 |
parents | 259194f66d40 |
children | 0b6c4f1041ae |
files | src/undo.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/undo.c Thu Nov 27 12:16:08 1997 +0000 +++ b/src/undo.c Thu Nov 27 12:19:39 1997 +0000 @@ -86,6 +86,7 @@ /* Record that a deletion is about to take place, for LENGTH characters at location BEG. */ +void record_delete (beg, length) int beg, length; { @@ -134,6 +135,7 @@ 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; @@ -158,6 +160,7 @@ for LENGTH characters at location BEG. The replacement does not change the number of characters. */ +void record_change (beg, length) int beg, length; {