From 5b97b4c0dff8ea6b77040fa11b3e28e4a1289ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= Date: Fri, 8 Nov 2013 18:26:03 +0100 Subject: * lisp/faces.el (describe-face): Add distant-foreground. * src/xfaces.c (lface_fully_specified_p): Let distant-foreground be unspecified. (realize_default_face): Remove assignment to distant-foreground if unspecified. Fixes: debbugs:15815 --- lisp/faces.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/faces.el') diff --git a/lisp/faces.el b/lisp/faces.el index 8ff93874de0..0e965a89ba7 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1350,6 +1350,7 @@ If FRAME is omitted or nil, use the selected frame." (:weight . "Weight") (:slant . "Slant") (:foreground . "Foreground") + (:distant-foreground . "DistantForeground") (:background . "Background") (:underline . "Underline") (:overline . "Overline") -- cgit v1.2.1