diff options
| author | Adrian Robert | 2008-07-15 18:15:18 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-15 18:15:18 +0000 |
| commit | edfda78355c5528eee489fa8a7f9c73bf8e734f2 (patch) | |
| tree | 78d2414d9791e1efc17ec9b35b438ae35602340a /src/fringe.c | |
| parent | 1391cd548782097e34d7856ec4f20ca90bdf2c26 (diff) | |
| download | emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.tar.gz emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.zip | |
merging Emacs.app (NeXTstep port)
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. |