]> code.delx.au - gnu-emacs/commitdiff
* cus-face.el (custom-face-attributes): Add :distant-foreground.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 25 May 2014 11:47:34 +0000 (13:47 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 25 May 2014 11:47:34 +0000 (13:47 +0200)
lisp/ChangeLog
lisp/cus-face.el

index 5e8da55913f5b7be42476825f935221f333303a8..f3953f9ed66fb91be42ace2826801eec03ac331e 100644 (file)
@@ -1,3 +1,7 @@
+2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * cus-face.el (custom-face-attributes): Add :distant-foreground.
+
 2014-05-25  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (window--dump-frame): Remove interactive
index 913ef4cb8bf283e9546124fe8aae9f343812c2a5..a9e6f3f5b56fef7f56eea893d65159e07ec5863a 100644 (file)
      (color :tag "Foreground"
            :help-echo "Set foreground color (name or #RRGGBB hex spec)."))
 
+    (:distant-foreground
+     (color :tag "Distant Foreground"
+           :help-echo "Set distant foreground color (name or #RRGGBB hex spec)."))
+
     (:background
      (color :tag "Background"
            :help-echo "Set background color (name or #RRGGBB hex spec)."))