]> git.eshelyaron.com Git - emacs.git/commit
Remove redundant initialization of fringe bitmap (Bug#37756)
authormemeplex <carlosjosepita@gmail.com>
Wed, 16 Oct 2019 16:44:00 +0000 (13:44 -0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Oct 2019 10:16:46 +0000 (13:16 +0300)
commit16372a5a04c1bf2028941dec6bbdbf75d1f61a62
tree358a3a0b0d933983eb643c8e61fd30fe76c7b88d
parentc3b0950639f847264d3d6558d065993fb743376c
Remove redundant initialization of fringe bitmap (Bug#37756)

* src/fringe.c (Fdefine-fringe-bitmap): Remove redundant zeroing
of fb.bits that only zeroed half of the array anyway.
src/fringe.c