]> git.eshelyaron.com Git - emacs.git/commitdiff
(record_point):
authorDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:18:26 +0000 (14:18 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:18:26 +0000 (14:18 +0000)
Declare all args (per C99).

src/undo.c

index edb07147a0ad793771fc5de6f93f3c46b12ba4fe..f378ce8aae7842f1d936edd8368020104f9aff9b 100644 (file)
@@ -43,6 +43,7 @@ Lisp_Object pending_boundary;
 
 static void
 record_point (pt)
+     int pt;
 {
   int at_boundary;