Mercurial > emacs
changeset 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 | 76b73b1aaa38 |
children | f381d8277172 |
files | src/fringe.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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;