diff options
| -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 0373a736038..76908907a03 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -551,7 +551,7 @@ draw_fringe_bitmap_1 (w, row, left_p, overlay, which) | |||
| 551 | Lisp_Object face; | 551 | Lisp_Object face; |
| 552 | 552 | ||
| 553 | if ((face = fringe_faces[which], NILP (face)) | 553 | if ((face = fringe_faces[which], NILP (face)) |
| 554 | || (face_id = lookup_named_face (f, face, 'A', 1), face_id < 0)) | 554 | || (face_id = lookup_named_face (f, face, 1), face_id < 0)) |
| 555 | face_id = FRINGE_FACE_ID; | 555 | face_id = FRINGE_FACE_ID; |
| 556 | } | 556 | } |
| 557 | 557 | ||