]> git.eshelyaron.com Git - emacs.git/commit
Fix crash when no face is defined (bug#44058, bug#43973)
authorAlan Third <alan@idiocy.org>
Thu, 22 Oct 2020 18:47:17 +0000 (19:47 +0100)
committerAlan Third <alan@idiocy.org>
Thu, 22 Oct 2020 19:05:59 +0000 (20:05 +0100)
commit87239f0a5c613dc716328e129bf79b69979b8a12
tree4c65f99de2a611bbcbfeb3f235471c936d2ecd44
parent8c7a55531b400dd3d9aa1dacd2bac3ee06b56ff1
Fix crash when no face is defined (bug#44058, bug#43973)

* src/nsterm.m (ns_clear_under_internal_border): If face is null,
don't try drawing anything.
src/nsterm.m