diff options
| author | Pip Cet | 2025-01-16 15:55:30 +0000 |
|---|---|---|
| committer | Pip Cet | 2025-01-16 15:55:30 +0000 |
| commit | 7fdec438ef2538aea2cd02e91216d32348e6eb59 (patch) | |
| tree | 9fe1513322f38cf56492132f96d43442cd928022 /src | |
| parent | 8d471adecef540d49807dad114f7a11fb3fe2a95 (diff) | |
| download | emacs-7fdec438ef2538aea2cd02e91216d32348e6eb59.tar.gz emacs-7fdec438ef2538aea2cd02e91216d32348e6eb59.zip | |
; * src/font.c (syms_of_font): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c index d88757ee7a9..dfe479f9355 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -5995,7 +5995,7 @@ This variable cannot be set; trying to do so will signal an error. */); | |||
| 5995 | 5995 | ||
| 5996 | /* Because the above 3 variables are slots in the vector we create | 5996 | /* Because the above 3 variables are slots in the vector we create |
| 5997 | below, and because that vector is staticpro'd, we don't explicitly | 5997 | below, and because that vector is staticpro'd, we don't explicitly |
| 5998 | staticpro the variables, to avoid wasting slots in ststicvec[]. */ | 5998 | staticpro the variables, to avoid wasting slots in staticvec[]. */ |
| 5999 | staticpro (&font_style_table); | 5999 | staticpro (&font_style_table); |
| 6000 | font_style_table = CALLN (Fvector, Vfont_weight_table, Vfont_slant_table, | 6000 | font_style_table = CALLN (Fvector, Vfont_weight_table, Vfont_slant_table, |
| 6001 | Vfont_width_table); | 6001 | Vfont_width_table); |