From d30b6b3390969ebe92b242b811482a08c77b0e24 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 13 Feb 2004 23:44:37 +0000 Subject: [PATCH] (Ffringe_bitmaps_at_pos): Add missing arg declarations. --- src/fringe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fringe.c b/src/fringe.c index 0d05e15da32..82c7c191020 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -1238,6 +1238,7 @@ in that window. Return value is a cons (LEFT . RIGHT) where LEFT and RIGHT are the fringe bitmap numbers for the bitmaps in the left and right fringe, resp. Return nil if POS is not visible in WINDOW. */) (pos, window) + Lisp_Object pos, window; { struct window *w; struct buffer *old_buffer = NULL; -- 2.39.2