Mercurial > emacs
diff src/macfns.c @ 71502:bc8eb38224c5
(Fx_create_frame): Apply 2006-06-24 change for xfns.c.
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Wed, 28 Jun 2006 08:30:16 +0000 |
| parents | 1f25049753ba |
| children | 892ea79efee6 b19aaf4ab0ee 138ce2701550 |
line wrap: on
line diff
--- a/src/macfns.c Wed Jun 28 08:29:54 2006 +0000 +++ b/src/macfns.c Wed Jun 28 08:30:16 2006 +0000 @@ -2646,8 +2646,7 @@ error ("Cannot find any usable font"); UNBLOCK_INPUT; - x_default_parameter (f, parms, Qfont, font, - "font", "Font", RES_TYPE_STRING); + x_set_frame_parameters (f, Fcons (Fcons (Qfont, font), Qnil)); } x_default_parameter (f, parms, Qborder_width, make_number (0),
