* xfaces.c (Finternal_set_lisp_face_attribute): Don't try to
make a font_object from a tty frame (Bug#18573).
+ (Finternal_set_lisp_face_attribute): Added FIXME comment.
2014-09-30 Eli Zaretskii <eliz@gnu.org>
f = XFRAME (selected_frame);
else
f = XFRAME (frame);
+
+ /* FIXME:
+ If frame is t, and selected frame is a tty frame, the font
+ can't be realized. An improvement wuld be to loop over frames
+ for a non-tty frame and use that. See discussion in
+ bug#18573.
+ */
if (f->terminal->type != output_termcap)
{
if (! FONT_OBJECT_P (value))