mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
* xfaces.c (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg.
This commit is contained in:
parent
920d06544a
commit
39dd7bb286
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
* xfaces.c (check_lface_attrs, realize_default_face): Add
|
||||
LFACE_DISTANT_FOREGROUND_INDEX (Bug#15788).
|
||||
(realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg.
|
||||
|
||||
2013-11-02 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
|
|
|
|||
|
|
@ -5356,7 +5356,7 @@ realize_default_face (struct frame *f)
|
|||
}
|
||||
|
||||
if (UNSPECIFIEDP (LFACE_DISTANT_FOREGROUND (lface)))
|
||||
ASET (lface, LFACE_DISTANT_FOREGROUND_INDEX, Qnil);
|
||||
ASET (lface, LFACE_DISTANT_FOREGROUND_INDEX, build_string (unspecified_fg));
|
||||
|
||||
if (UNSPECIFIEDP (LFACE_BACKGROUND (lface)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue