comparison src/fontset.c @ 91046:35069180a991

Fix up multi-tty merge Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-261 Creator: Stefan Monnier <monnier@iro.umontreal.ca>
author Miles Bader <miles@gnu.org>
date Fri, 12 Oct 2007 21:06:27 +0000
parents bdb3fe0ba9fa
children a0e466c4d599
comparison
equal deleted inserted replaced
91045:39ec756a9481 91046:35069180a991
1440 been realized from BASE. */ 1440 been realized from BASE. */
1441 for (id = 0; id < ASIZE (Vfontset_table); id++) 1441 for (id = 0; id < ASIZE (Vfontset_table); id++)
1442 { 1442 {
1443 Lisp_Object this = AREF (Vfontset_table, id); 1443 Lisp_Object this = AREF (Vfontset_table, id);
1444 1444
1445 if (EQ (FONTSET_BASE (this), base)) 1445 if (CHAR_TABLE_P (this) && EQ (FONTSET_BASE (this), base))
1446 { 1446 {
1447 Fclear_face_cache (Qt); 1447 Fclear_face_cache (Qt);
1448 break; 1448 break;
1449 } 1449 }
1450 } 1450 }