Mercurial > emacs
changeset 28349:26f2a2e9a2b5
(lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 27 Mar 2000 12:17:05 +0000 |
parents | 9c49407e708e |
children | 51fbfd80a45f |
files | src/xfaces.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Mon Mar 27 11:15:20 2000 +0000 +++ b/src/xfaces.c Mon Mar 27 12:17:05 2000 +0000 @@ -4834,8 +4834,10 @@ #if GLYPH_DEBUG xassert (face == FACE_FROM_ID (f, face->id)); +#if 0 if (FRAME_WINDOW_P (f)) xassert (FACE_SUITABLE_FOR_CHAR_P (face, c)); +#endif #endif /* GLYPH_DEBUG */ return face->id;