From: Jason Rumney Date: Mon, 5 May 2008 09:16:55 +0000 (+0000) Subject: Comment last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8ea77ff462eb3e6c54fe12f0b94a61ab0396b57;p=emacs.git Comment last change. --- diff --git a/src/w32font.c b/src/w32font.c index 8b4ecc0a00c..3b6e05419ff 100644 --- a/src/w32font.c +++ b/src/w32font.c @@ -896,6 +896,10 @@ w32font_open_internal (f, font_entity, pixel_size, font_object) stuff later. */ compat_w32_font->max_bounds.descent = font->descent; + /* For temporary compatibility with legacy code that expects the + name to be usable in x-list-fonts. Eventually we expect to change + x-list-fonts and other places that use fonts so that this can be + an fcname or similar. */ font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object); return 1;