aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
authorDaniel Colascione2012-10-07 14:31:58 -0800
committerDaniel Colascione2012-10-07 14:31:58 -0800
commit36a305a723c63fd345be65c536c52fe9765c14be (patch)
treefb89d9e103552863214c60297a65320917109357 /src/fontset.c
parent2ab329f3b5d52a39f0a45c3d9c129f1c19560142 (diff)
parent795b1482a9e314cda32d62ac2988f573d359366e (diff)
downloademacs-36a305a723c63fd345be65c536c52fe9765c14be.tar.gz
emacs-36a305a723c63fd345be65c536c52fe9765c14be.zip
Merge from trunk
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 7295951bc21..da745b31ca1 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. */