From e536f7a0a8af33b1f293085ec5854d52dea6e0b6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 24 Aug 1999 19:25:02 +0000 Subject: [PATCH] (Qmargin): Replacement for Qbitmap_area. (realize_basic_faces): Replace Qmargin for Qbitmap_area. (syms_of_xfaces): Ditto. --- src/xfaces.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/xfaces.c b/src/xfaces.c index aa3f63a885c..96ed047cb7c 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -280,7 +280,7 @@ Lisp_Object Qx_charset_registry; /* Names of basic faces. */ -Lisp_Object Qdefault, Qmodeline, Qtoolbar, Qregion, Qbitmap_area; +Lisp_Object Qdefault, Qmodeline, Qtoolbar, Qregion, Qmargin; Lisp_Object Qtop_line; /* Default stipple pattern used on monochrome displays. This stipple @@ -5131,7 +5131,7 @@ realize_basic_faces (f) { realize_named_face (f, Qmodeline, MODE_LINE_FACE_ID); realize_named_face (f, Qtoolbar, TOOLBAR_FACE_ID); - realize_named_face (f, Qbitmap_area, BITMAP_AREA_FACE_ID); + realize_named_face (f, Qmargin, BITMAP_AREA_FACE_ID); realize_named_face (f, Qtop_line, TOP_LINE_FACE_ID); success_p = 1; } @@ -6246,8 +6246,8 @@ syms_of_xfaces () staticpro (&Qtoolbar); Qregion = intern ("region"); staticpro (&Qregion); - Qbitmap_area = intern ("bitmap-area"); - staticpro (&Qbitmap_area); + Qmargin = intern ("margin"); + staticpro (&Qmargin); Qtop_line = intern ("top-line"); staticpro (&Qtop_line); -- 2.39.5