diff options
Diffstat (limited to 'src/composite.c')
-rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index c2ade90d54a..4d69702171f 100644 --- a/src/composite.c +++ b/src/composite.c @@ -688,7 +688,7 @@ composition_gstring_cache_clear_font (Lisp_Object font_object) { Lisp_Object k = HASH_KEY (h, i); - if (!EQ (k, Qunbound)) + if (!BASE_EQ (k, Qunbound)) { Lisp_Object gstring = HASH_VALUE (h, i); |