diff options
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; |