aboutsummaryrefslogtreecommitdiffstats
path: root/src/fringe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fringe.c')
-rw-r--r--src/fringe.c2
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;
482static Lisp_Object *fringe_faces; 482static Lisp_Object *fringe_faces;
483static int max_fringe_bitmaps; 483static int max_fringe_bitmaps;
484 484
485static int max_used_fringe_bitmap = MAX_STANDARD_FRINGE_BITMAPS; 485int 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.