]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 22 May 2008 03:49:18 +0000 (03:49 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 22 May 2008 03:49:18 +0000 (03:49 +0000)
src/ChangeLog
src/w32font.c

index e5befabeda70d90e670f7dcc93e55631cec2c4e7..77e7dc86bdb1ab4e3416ed93c7a15cbde36a2c33 100644 (file)
@@ -1,3 +1,11 @@
+2008-05-22  Kenichi Handa  <handa@m17n.org>
+
+       * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
+       two args.
+
+       * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
+       two args.
+
 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuf.c (keys_of_minibuf): Delete.
index 4ce9e4c8459a6a5f1660ba863499f576fe0e54e5..273d98a40e398aab7becd2a04df8e689c7b9a828 100644 (file)
@@ -898,7 +898,7 @@ w32font_open_internal (f, font_entity, pixel_size, font_object)
      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);
+  font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil);
 
   return 1;
 }