From 6010cb23234606e56f28387280b79dedb6a41110 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 6 May 2008 11:25:07 +0000 Subject: [PATCH] *** empty log message *** --- src/frame.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5