*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 6 May 2008 11:25:07 +0000 (11:25 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 May 2008 11:25:07 +0000 (11:25 +0000)
src/frame.c

index 1309ad59a32a98653bbdb5c54fc09dc9249c9bbb..fd9d527f64703aed5c90fe2c78d12d78b753c898 100644 (file)
@@ -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