From 3a2b4c84ccc212721da2a8d73ebe794194bf2b51 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 22 Mar 2005 23:01:17 +0000 Subject: [PATCH] (handle_single_display_spec): Derive left-fringe and right-fringe face from fringe face. --- src/xdisp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 42f0097a7cb..a8559caa8d8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3726,7 +3726,8 @@ handle_single_display_spec (it, spec, object, position, if (CONSP (XCDR (XCDR (spec)))) { Lisp_Object face_name = XCAR (XCDR (XCDR (spec))); - int face_id2 = lookup_named_face (it->f, face_name, 'A', 0); + int face_id2 = lookup_derived_face (it->f, face_name, + 'A', FRINGE_FACE_ID, 0); if (face_id2 >= 0) face_id = face_id2; } -- 2.39.2