aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/composite.c')
-rw-r--r--src/composite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c
index 91836fa2a8f..7c7f4720514 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -653,7 +653,7 @@ composition_gstring_put_cache (Lisp_Object gstring, ptrdiff_t len)
653{ 653{
654 struct Lisp_Hash_Table *h = XHASH_TABLE (gstring_hash_table); 654 struct Lisp_Hash_Table *h = XHASH_TABLE (gstring_hash_table);
655 Lisp_Object header = LGSTRING_HEADER (gstring); 655 Lisp_Object header = LGSTRING_HEADER (gstring);
656 Lisp_Object hash = h->test.hashfn (header, h); 656 Lisp_Object hash = hash_from_key (h, header);
657 if (len < 0) 657 if (len < 0)
658 { 658 {
659 ptrdiff_t glyph_len = LGSTRING_GLYPH_LEN (gstring); 659 ptrdiff_t glyph_len = LGSTRING_GLYPH_LEN (gstring);