Mercurial > emacs
diff src/fringe.c @ 53940:33cf8d1b409d
(Ffringe_bitmaps_at_pos): Add missing arg declarations.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Fri, 13 Feb 2004 23:44:37 +0000 |
| parents | 4dd0e0a7fd9e |
| children | 7d8c228c1f02 |
line wrap: on
line diff
--- a/src/fringe.c Fri Feb 13 23:44:20 2004 +0000 +++ b/src/fringe.c Fri Feb 13 23:44:37 2004 +0000 @@ -1238,6 +1238,7 @@ 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;
