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:
parent
f408fbe406
commit
12ddce5508
@ -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
|
||||
|
@ -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)."))
|
||||
|
Loading…
Reference in New Issue
Block a user