diff options
| author | Richard M. Stallman | 1993-07-25 05:38:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-25 05:38:16 +0000 |
| commit | e5229110c22112b32d0a46992a8c4482fe1de175 (patch) | |
| tree | f268c32805524d06d6847dd78c66c1e129daea29 /src | |
| parent | dec5f4e3d36b92a8c8e76375d50a2b4ce6f87669 (diff) | |
| download | emacs-e5229110c22112b32d0a46992a8c4482fe1de175.tar.gz emacs-e5229110c22112b32d0a46992a8c4482fe1de175.zip | |
(Fx_create_frame): Typo in previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index ade94e129be..4083ec74be0 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1757,7 +1757,7 @@ be shared by the new frame.") | |||
| 1757 | BLOCK_INPUT; | 1757 | BLOCK_INPUT; |
| 1758 | /* First, try whatever font the caller has specified. */ | 1758 | /* First, try whatever font the caller has specified. */ |
| 1759 | if (STRINGP (font)) | 1759 | if (STRINGP (font)) |
| 1760 | font = x_new_font (f, XSTRING (tem)->data); | 1760 | font = x_new_font (f, XSTRING (font)->data); |
| 1761 | /* Try out a font which we hope has bold and italic variations. */ | 1761 | /* Try out a font which we hope has bold and italic variations. */ |
| 1762 | if (!STRINGP (font)) | 1762 | if (!STRINGP (font)) |
| 1763 | font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-120-*-*-c-*-iso8859-1"); | 1763 | font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-120-*-*-c-*-iso8859-1"); |