diff src/insdel.c @ 11923:5160a1fdb44f

(adjust_point): Declare arg AMOUNT.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 May 1995 18:18:56 +0000
parents 3c5b974e1c10
children ac7375e60931
line wrap: on
line diff
--- 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;
 }