]> git.eshelyaron.com Git - emacs.git/commit
Remove unnecessary assertion added 2 days ago
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Nov 2023 07:33:33 +0000 (09:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Nov 2023 07:33:33 +0000 (09:33 +0200)
commit5ee66620fd2af8c5f356e6e720777e16d6c2c050
treef6faf10864eb9b392c3a7f3ee79ade8f36544431
parent08fed99ae862255f06ef2254b7cef3a5fab178b6
Remove unnecessary assertion added 2 days ago

* src/xdisp.c (get_glyph_face_and_encoding): Remove unnecessary
assertion.  It triggers, for no good reason, when running the
recipe of bug#66922 and typing C-p in the *Warnings* buffer after
the recipe finishes, because the glyph passed to this function is
a STRETCH_GLYPH, not a CHAR_GLYPH.
src/xdisp.c