From 29eb72ac6eda3001372d36021a2437c25cd50522 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 25 May 1995 18:18:56 +0000 Subject: [PATCH] (adjust_point): Declare arg AMOUNT. --- src/insdel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/insdel.c b/src/insdel.c index 0f5668f8712..001a75ff462 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -255,6 +255,7 @@ adjust_markers (from, to, amount) current set of intervals. */ static void adjust_point (amount) + int amount; { BUF_PT (current_buffer) += amount; } -- 2.39.2