* xfaces.c (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg.
This commit is contained in:
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user