diff options
| author | Joakim Verona | 2011-12-28 04:12:56 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 04:12:56 +0100 |
| commit | bb29f044aa967831cd664c54eba0de0c701436ce (patch) | |
| tree | 1398cc9780bbae0fdad071a3a3765a571c3f6d7b /src/fontset.c | |
| parent | 3c935a7e996701244d166f684119f0ff97e25496 (diff) | |
| parent | 5e605a2e528955721fc6f2bd7b9f174c15075fb1 (diff) | |
| download | emacs-bb29f044aa967831cd664c54eba0de0c701436ce.tar.gz emacs-bb29f044aa967831cd664c54eba0de0c701436ce.zip | |
upstream i think
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 9697f62ea72..7592521cc7d 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -631,7 +631,7 @@ fontset_find_font (Lisp_Object fontset, int c, struct face *face, int id, int fa | |||
| 631 | { | 631 | { |
| 632 | /* Something strange happened, perhaps because of a | 632 | /* Something strange happened, perhaps because of a |
| 633 | Font-backend problem. Too avoid crashing, record | 633 | Font-backend problem. Too avoid crashing, record |
| 634 | that this spec is unsable. It may be better to find | 634 | that this spec is unusable. It may be better to find |
| 635 | another font of the same spec, but currently we don't | 635 | another font of the same spec, but currently we don't |
| 636 | have such an API. */ | 636 | have such an API. */ |
| 637 | RFONT_DEF_SET_FACE (rfont_def, -1); | 637 | RFONT_DEF_SET_FACE (rfont_def, -1); |