]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_create_frame): Typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Jul 1993 05:38:16 +0000 (05:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Jul 1993 05:38:16 +0000 (05:38 +0000)
src/xfns.c

index ade94e129be00e2e4212e6e1e95c8bf553ddffd1..4083ec74be0d4b5bc89bf6bc0cc8515e545ab333 100644 (file)
@@ -1757,7 +1757,7 @@ be shared by the new frame.")
     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");