From: Karl Heuer Date: Thu, 25 May 1995 18:18:56 +0000 (+0000) Subject: (adjust_point): Declare arg AMOUNT. X-Git-Tag: emacs-19.34~3935 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29eb72ac6eda3001372d36021a2437c25cd50522;p=emacs.git (adjust_point): Declare arg AMOUNT. --- 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; }