diff options
| author | Joakim Verona | 2010-06-23 13:19:18 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-06-23 13:19:18 +0200 |
| commit | ff982c322045ced3480f3a36fcf05acaf84547c1 (patch) | |
| tree | 4efe998261ff6d0f8752ebeeb84938e6a7b6effc /src/font.c | |
| parent | 14d0b57c0e88c730d676197f923a18d6b926b6ed (diff) | |
| parent | 04c23739823fecd98cbc06ad627b36e5bd8e482e (diff) | |
| download | emacs-ff982c322045ced3480f3a36fcf05acaf84547c1.tar.gz emacs-ff982c322045ced3480f3a36fcf05acaf84547c1.zip | |
erge and a readme
Diffstat (limited to 'src/font.c')
| -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 e07dbc5dd16..f9c2381fa70 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -1544,7 +1544,7 @@ font_parse_fcname (name, font) | |||
| 1544 | int size_found = 1; | 1544 | int size_found = 1; |
| 1545 | 1545 | ||
| 1546 | for (q = p + 1; *q && *q != ' '; q++) | 1546 | for (q = p + 1; *q && *q != ' '; q++) |
| 1547 | if (! isdigit (*q)) | 1547 | if (! isdigit (*q) && *q != '.') |
| 1548 | { | 1548 | { |
| 1549 | size_found = 0; | 1549 | size_found = 0; |
| 1550 | break; | 1550 | break; |