1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

* cus-face.el (custom-face-attributes): Add :distant-foreground.

This commit is contained in:
Andreas Schwab 2014-05-25 13:47:34 +02:00
parent f408fbe406
commit 12ddce5508
2 changed files with 8 additions and 0 deletions

View 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

View File

@ -218,6 +218,10 @@
(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)."))