diff options
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fontset.c b/src/fontset.c index 35d4bfb367e..7b051cbe1f3 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1275,7 +1275,7 @@ free_realized_fontsets (Lisp_Object base) | |||
| 1275 | doesn't remove FACE from a cache. Until we find a solution, we | 1275 | doesn't remove FACE from a cache. Until we find a solution, we |
| 1276 | suppress this code, and simply use Fclear_face_cache even though | 1276 | suppress this code, and simply use Fclear_face_cache even though |
| 1277 | that is not efficient. */ | 1277 | that is not efficient. */ |
| 1278 | BLOCK_INPUT; | 1278 | block_input (); |
| 1279 | for (id = 0; id < ASIZE (Vfontset_table); id++) | 1279 | for (id = 0; id < ASIZE (Vfontset_table); id++) |
| 1280 | { | 1280 | { |
| 1281 | Lisp_Object this = AREF (Vfontset_table, id); | 1281 | Lisp_Object this = AREF (Vfontset_table, id); |
| @@ -1296,7 +1296,7 @@ free_realized_fontsets (Lisp_Object base) | |||
| 1296 | } | 1296 | } |
| 1297 | } | 1297 | } |
| 1298 | } | 1298 | } |
| 1299 | UNBLOCK_INPUT; | 1299 | unblock_input (); |
| 1300 | #else /* not 0 */ | 1300 | #else /* not 0 */ |
| 1301 | /* But, we don't have to call Fclear_face_cache if no fontset has | 1301 | /* But, we don't have to call Fclear_face_cache if no fontset has |
| 1302 | been realized from BASE. */ | 1302 | been realized from BASE. */ |