; * src/composite.c (Fclear_composition_cache): Fix last change.
This commit is contained in:
parent
f95cd5cd70
commit
f79382819c
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ Clear composition cache. */)
|
|||
/* 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. */
|
||||
Fclear_face_cache (Qt);
|
||||
return Fclear_face_cache (Qt);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue