aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c
index b5d814b1dc6..63b762e27ea 100644
--- a/src/font.c
+++ b/src/font.c
@@ -2393,7 +2393,7 @@ font_matching_entity (frame, spec)
2393 && (NILP (ftype) || EQ (driver_list->driver->type, ftype))) 2393 && (NILP (ftype) || EQ (driver_list->driver->type, ftype)))
2394 { 2394 {
2395 Lisp_Object cache = driver_list->driver->get_cache (frame); 2395 Lisp_Object cache = driver_list->driver->get_cache (frame);
2396 Lisp_Object val, key; 2396 Lisp_Object key;
2397 2397
2398 xassert (CONSP (cache)); 2398 xassert (CONSP (cache));
2399 ASET (spec, FONT_TYPE_INDEX, driver_list->driver->type); 2399 ASET (spec, FONT_TYPE_INDEX, driver_list->driver->type);