X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/5a95db215e07e2f80af6238a0f92b5d6823a7e0b..b8c79e870d0d5368401b6cb99f21fecf3536031e:/src/fringe.c diff --git a/src/fringe.c b/src/fringe.c index 70e14f51f5..f24ab34f42 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -586,7 +586,7 @@ draw_fringe_bitmap_1 (w, row, left_p, overlay, which) Lisp_Object face; if ((face = fringe_faces[which], NILP (face)) - || (face_id = lookup_derived_face (f, face, 'A', FRINGE_FACE_ID, 0), + || (face_id = lookup_derived_face (f, face, FRINGE_FACE_ID, 0), face_id < 0)) face_id = FRINGE_FACE_ID; } @@ -1563,7 +1563,7 @@ If FACE is nil, reset face to default fringe face. */) if (!NILP (face)) { face_id = lookup_derived_face (SELECTED_FRAME (), face, - 'A', FRINGE_FACE_ID, 1); + FRINGE_FACE_ID, 1); if (face_id < 0) error ("No such face"); }