changeset 11923:5160a1fdb44f

(adjust_point): Declare arg AMOUNT.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 May 1995 18:18:56 +0000
parents e649db64abe0
children 4744a12fa933
files src/insdel.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;
 }