aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 996631f1a59..990c1bbb9fa 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -690,9 +690,7 @@ fs_load_font (f, c, fontname, id, face)
690 } 690 }
691 } 691 }
692 692
693 fontp->font_encoder = (struct ccl_program *) 0; 693 if (! fontp->font_encoder && find_ccl_program_func)
694
695 if (find_ccl_program_func)
696 (*find_ccl_program_func) (fontp); 694 (*find_ccl_program_func) (fontp);
697 695
698 /* If we loaded a font for a face that has fontset, record the face 696 /* If we loaded a font for a face that has fontset, record the face