summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2013-11-08 18:26:03 +0100
committerJan Djärv <jan.h.d@swipnet.se>2013-11-08 18:26:03 +0100
commit5b97b4c0dff8ea6b77040fa11b3e28e4a1289ac5 (patch)
treeb2c2959f42195224f453f78f1cfce8888ad0e963 /lisp/faces.el
parent220a304ac3e1948e40ea76a82bc62bd81c2a6906 (diff)
downloademacs-5b97b4c0dff8ea6b77040fa11b3e28e4a1289ac5.tar.gz
* 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
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el1
1 files changed, 1 insertions, 0 deletions
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")