Mercurial > emacs
changeset 16153:6c9c298680da
(signal_before_change): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 Sep 1996 19:52:09 +0000 |
parents | cc2b553290aa |
children | a9160d6d9ac7 |
files | src/insdel.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/insdel.c Tue Sep 10 19:50:56 1996 +0000 +++ b/src/insdel.c Tue Sep 10 19:52:09 1996 +0000 @@ -782,8 +782,8 @@ START_INT and END_INT are the bounds of the text to be changed. */ void -signal_before_change (start, end) - int start_int, end_end; +signal_before_change (start_int, end_int) + int start_int, end_int; { Lisp_Object start, end;