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
{
Lisp_Object args[] = {QCtest, Qequal, QCsize, make_fixnum (311)};
gstring_hash_table = CALLMANY (Fmake_hash_table, args);
/* 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);
}