Function: clear-composition-cache
clear-composition-cache is a function defined in composite.c.
Signature
(clear-composition-cache)
Documentation
Internal use only.
Clear composition cache.
Source Code
// Defined in /usr/src/emacs/src/composite.c
{
gstring_hash_table = CALLN (Fmake_hash_table, QCtest, Qequal,
QCsize, make_fixnum (311));
/* Fixme: We call Fclear_face_cache to force complete re-building of
display glyphs. But, it may be better to call this function from
Fclear_face_cache instead. */
return Fclear_face_cache (Qt);
}