1
Fork 0
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:
Jan Djärv 2013-11-02 14:14:55 +01:00
parent 920d06544a
commit 39dd7bb286
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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)))
{