From: Kenichi Handa Date: Tue, 6 May 2008 11:25:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6010cb23234606e56f28387280b79dedb6a41110;p=emacs.git *** empty log message *** --- diff --git a/src/frame.c b/src/frame.c index 1309ad59a32..fd9d527f647 100644 --- a/src/frame.c +++ b/src/frame.c @@ -3371,6 +3371,9 @@ x_set_font (f, arg, oldval) else if (FONT_OBJECT_P (arg)) { font_object = arg; + /* This is store the XLFD font name in the frame parameter for + backward compatiblity. We should store the font-object + itself in the future. */ arg = AREF (font_object, FONT_NAME_INDEX); } else