# HG changeset patch # User Karl Heuer # Date 801425936 0 # Node ID 5160a1fdb44fc88864d5ac300fb4c4b362bc520d # Parent e649db64abe0d540c8b9937d2c7724b52bb38c25 (adjust_point): Declare arg AMOUNT. diff -r e649db64abe0 -r 5160a1fdb44f src/insdel.c --- a/src/insdel.c Thu May 25 18:17:25 1995 +0000 +++ b/src/insdel.c Thu May 25 18:18:56 1995 +0000 @@ -255,6 +255,7 @@ current set of intervals. */ static void adjust_point (amount) + int amount; { BUF_PT (current_buffer) += amount; }