Mercurial > emacs
changeset 4269:fcbdc9cca97a
(Fx_create_frame): Typo in previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 25 Jul 1993 05:38:16 +0000 |
parents | 0795ced6013f |
children | 3ce8e11f338b |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sun Jul 25 03:15:25 1993 +0000 +++ b/src/xfns.c Sun Jul 25 05:38:16 1993 +0000 @@ -1757,7 +1757,7 @@ BLOCK_INPUT; /* First, try whatever font the caller has specified. */ if (STRINGP (font)) - font = x_new_font (f, XSTRING (tem)->data); + font = x_new_font (f, XSTRING (font)->data); /* Try out a font which we hope has bold and italic variations. */ if (!STRINGP (font)) font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-120-*-*-c-*-iso8859-1");