aboutsummaryrefslogtreecommitdiffstats
path: root/src/fringe.c
diff options
context:
space:
mode:
authorAdrian Robert2008-07-15 18:15:18 +0000
committerAdrian Robert2008-07-15 18:15:18 +0000
commitedfda78355c5528eee489fa8a7f9c73bf8e734f2 (patch)
tree78d2414d9791e1efc17ec9b35b438ae35602340a /src/fringe.c
parent1391cd548782097e34d7856ec4f20ca90bdf2c26 (diff)
downloademacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.tar.gz
emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.zip
merging Emacs.app (NeXTstep port)
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.