diff options
Diffstat (limited to 'src/fringe.c')
| -rw-r--r-- | src/fringe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c index 57a1861446b..ad40df5a2fd 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -482,7 +482,7 @@ static struct fringe_bitmap **fringe_bitmaps; | |||
| 482 | static Lisp_Object *fringe_faces; | 482 | static Lisp_Object *fringe_faces; |
| 483 | static int max_fringe_bitmaps; | 483 | static int max_fringe_bitmaps; |
| 484 | 484 | ||
| 485 | static int max_used_fringe_bitmap = MAX_STANDARD_FRINGE_BITMAPS; | 485 | int max_used_fringe_bitmap = MAX_STANDARD_FRINGE_BITMAPS; |
| 486 | 486 | ||
| 487 | 487 | ||
| 488 | /* Lookup bitmap number for symbol BITMAP. | 488 | /* Lookup bitmap number for symbol BITMAP. |