]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/composite.c (Fclear_composition_cache): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sun, 15 Oct 2017 16:13:34 +0000 (19:13 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 15 Oct 2017 16:13:34 +0000 (19:13 +0300)
src/composite.c

index 1a348ddf2340581c87bd1f9171f038d35ae80de8..650bf8708b31b50452876baa5059380070ec1f88 100644 (file)
@@ -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