aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 0cb1863da9b..8b164008c3f 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -23256,7 +23256,7 @@ produce_glyphless_glyph (struct it *it, int for_no_font, Lisp_Object acronym)
23256 base_width = font->average_width; 23256 base_width = font->average_width;
23257 23257
23258 /* Get a face ID for the glyph by utilizing a cache (the same way as 23258 /* Get a face ID for the glyph by utilizing a cache (the same way as
23259 doen for `escape-glyph' in get_next_display_element). */ 23259 done for `escape-glyph' in get_next_display_element). */
23260 if (it->f == last_glyphless_glyph_frame 23260 if (it->f == last_glyphless_glyph_frame
23261 && it->face_id == last_glyphless_glyph_face_id) 23261 && it->face_id == last_glyphless_glyph_face_id)
23262 { 23262 {