summaryrefslogtreecommitdiff
path: root/src/fringe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fringe.c')
-rw-r--r--src/fringe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 9e9d6be081c..771e7d4787c 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -551,7 +551,7 @@ draw_fringe_bitmap_1 (w, row, left_p, overlay, which)
Lisp_Object face;
if ((face = fringe_faces[which], NILP (face))
- || (face_id = lookup_named_face (f, face, 'A', 1), face_id < 0))
+ || (face_id = lookup_named_face (f, face, 1), face_id < 0))
face_id = FRINGE_FACE_ID;
}
@@ -1360,7 +1360,7 @@ If FACE is nil, reset face to default fringe face. */)
if (!NILP (face))
{
- face_id = lookup_named_face (SELECTED_FRAME (), face, 'A', 1);
+ face_id = lookup_named_face (SELECTED_FRAME (), face, 1);
if (face_id < 0)
error ("No such face");
}