From: Eli Zaretskii Date: Sun, 15 Oct 2017 16:13:34 +0000 (+0300) Subject: ; * src/composite.c (Fclear_composition_cache): Fix last change. X-Git-Tag: emacs-26.0.91~551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f79382819c;p=emacs.git ; * src/composite.c (Fclear_composition_cache): Fix last change. --- diff --git a/src/composite.c b/src/composite.c index 1a348ddf234..650bf8708b3 100644 --- a/src/composite.c +++ b/src/composite.c @@ -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