diff options
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index 87981b46949..a488e9c4a1d 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1829,7 +1829,7 @@ fontset. The format is the same as above. */) | |||
| 1829 | alist); | 1829 | alist); |
| 1830 | alist = Fnreverse (alist); | 1830 | alist = Fnreverse (alist); |
| 1831 | 1831 | ||
| 1832 | /* Then store opend font names to cdr of each elements. */ | 1832 | /* Then store opened font names to cdr of each elements. */ |
| 1833 | for (i = 0; ! NILP (realized[k][i]); i++) | 1833 | for (i = 0; ! NILP (realized[k][i]); i++) |
| 1834 | { | 1834 | { |
| 1835 | if (c <= MAX_5_BYTE_CHAR) | 1835 | if (c <= MAX_5_BYTE_CHAR) |