From: Dave Love Date: Thu, 14 Nov 2002 14:18:26 +0000 (+0000) Subject: (record_point): X-Git-Tag: ttn-vms-21-2-B4~12449 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f45bedd470d56fb2cf4279ac1ac86445a6eb91d0;p=emacs.git (record_point): Declare all args (per C99). --- diff --git a/src/undo.c b/src/undo.c index edb07147a0a..f378ce8aae7 100644 --- a/src/undo.c +++ b/src/undo.c @@ -43,6 +43,7 @@ Lisp_Object pending_boundary; static void record_point (pt) + int pt; { int at_boundary;