aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2014-05-25 13:47:34 +0200
committerAndreas Schwab2014-05-25 13:47:34 +0200
commit12ddce5508fb7dd8e1457d17665503e84187ecc5 (patch)
tree97df969dda1d8f9f476f8fcbb600b2876c61fad8
parentf408fbe406e2e3b5da73d12a2b134b453d783963 (diff)
downloademacs-12ddce5508fb7dd8e1457d17665503e84187ecc5.tar.gz
emacs-12ddce5508fb7dd8e1457d17665503e84187ecc5.zip
* cus-face.el (custom-face-attributes): Add :distant-foreground.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/cus-face.el4
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5e8da55913f..f3953f9ed66 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12014-05-25 Andreas Schwab <schwab@linux-m68k.org>
2
3 * cus-face.el (custom-face-attributes): Add :distant-foreground.
4
12014-05-25 Martin Rudalics <rudalics@gmx.at> 52014-05-25 Martin Rudalics <rudalics@gmx.at>
2 6
3 * window.el (window--dump-frame): Remove interactive 7 * window.el (window--dump-frame): Remove interactive
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index 913ef4cb8bf..a9e6f3f5b56 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -218,6 +218,10 @@
218 (color :tag "Foreground" 218 (color :tag "Foreground"
219 :help-echo "Set foreground color (name or #RRGGBB hex spec).")) 219 :help-echo "Set foreground color (name or #RRGGBB hex spec)."))
220 220
221 (:distant-foreground
222 (color :tag "Distant Foreground"
223 :help-echo "Set distant foreground color (name or #RRGGBB hex spec)."))
224
221 (:background 225 (:background
222 (color :tag "Background" 226 (color :tag "Background"
223 :help-echo "Set background color (name or #RRGGBB hex spec).")) 227 :help-echo "Set background color (name or #RRGGBB hex spec)."))