From: Richard M. Stallman Date: Tue, 10 Sep 1996 19:52:09 +0000 (+0000) Subject: (signal_before_change): Fix previous change. X-Git-Tag: emacs-20.1~3791 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6022d4938e7c848892c962389859960519ae0cf8;p=emacs.git (signal_before_change): Fix previous change. --- diff --git a/src/insdel.c b/src/insdel.c index 56ae6535c00..8b4cc5f8c2a 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -782,8 +782,8 @@ prepare_to_modify_buffer (start, end) 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;