diff options
| author | Eli Zaretskii | 2017-10-15 19:13:34 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-10-15 19:13:34 +0300 |
| commit | f79382819c60609c5eff76cb2b85c330215abf90 (patch) | |
| tree | 27142dab6fd67fda88c5fe4907c28dc83f5fb624 /src | |
| parent | f95cd5cd7006d2801948b75f7a270ea66d5579bf (diff) | |
| download | emacs-f79382819c60609c5eff76cb2b85c330215abf90.tar.gz emacs-f79382819c60609c5eff76cb2b85c330215abf90.zip | |
; * src/composite.c (Fclear_composition_cache): Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */) | |||
| 697 | /* Fixme: We call Fclear_face_cache to force complete re-building of | 697 | /* Fixme: We call Fclear_face_cache to force complete re-building of |
| 698 | display glyphs. But, it may be better to call this function from | 698 | display glyphs. But, it may be better to call this function from |
| 699 | Fclear_face_cache instead. */ | 699 | Fclear_face_cache instead. */ |
| 700 | Fclear_face_cache (Qt); | 700 | return Fclear_face_cache (Qt); |
| 701 | } | 701 | } |
| 702 | 702 | ||
| 703 | bool | 703 | bool |