From: Kim F. Storm Date: Fri, 13 Feb 2004 23:44:37 +0000 (+0000) Subject: (Ffringe_bitmaps_at_pos): Add missing arg declarations. X-Git-Tag: ttn-vms-21-2-B4~7635 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d30b6b3390969ebe92b242b811482a08c77b0e24;p=emacs.git (Ffringe_bitmaps_at_pos): Add missing arg declarations. --- 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;