diff options
| author | Kim F. Storm | 2004-02-13 23:44:37 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-02-13 23:44:37 +0000 |
| commit | d30b6b3390969ebe92b242b811482a08c77b0e24 (patch) | |
| tree | 8e2d7dcdff219dbeea2a9d2867c448751684c11f /src | |
| parent | f21a7192c03f512a527466f20b04c501d59e5c47 (diff) | |
| download | emacs-d30b6b3390969ebe92b242b811482a08c77b0e24.tar.gz emacs-d30b6b3390969ebe92b242b811482a08c77b0e24.zip | |
(Ffringe_bitmaps_at_pos): Add missing arg declarations.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fringe.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 1238 | are the fringe bitmap numbers for the bitmaps in the left and right fringe, | 1238 | are the fringe bitmap numbers for the bitmaps in the left and right fringe, |
| 1239 | resp. Return nil if POS is not visible in WINDOW. */) | 1239 | resp. Return nil if POS is not visible in WINDOW. */) |
| 1240 | (pos, window) | 1240 | (pos, window) |
| 1241 | Lisp_Object pos, window; | ||
| 1241 | { | 1242 | { |
| 1242 | struct window *w; | 1243 | struct window *w; |
| 1243 | struct buffer *old_buffer = NULL; | 1244 | struct buffer *old_buffer = NULL; |