]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffringe_bitmaps_at_pos): Add missing arg declarations.
authorKim F. Storm <storm@cua.dk>
Fri, 13 Feb 2004 23:44:37 +0000 (23:44 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 13 Feb 2004 23:44:37 +0000 (23:44 +0000)
src/fringe.c

index 0d05e15da3200008ed06b059b6a908b7e59d2f81..82c7c1910207cedc2a0f04e667cc18b8a505cbab 100644 (file)
@@ -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;