]> git.eshelyaron.com Git - emacs.git/commit
Speed up animation of non-displayed images
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 3 May 2021 09:45:22 +0000 (11:45 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 3 May 2021 09:45:22 +0000 (11:45 +0200)
commit4aa4a8f9525efa6453816aa588ad178b01df554d
tree6b9939191e6b0c463a91600a5c6f91c7985b2bc5
parenteddb00c5bf9ed51bd0b6ea4ff1613f8af6e3cbdd
Speed up animation of non-displayed images

* lisp/image.el (image-animate): Only compute the animation data
once -- this avoids recomputing the image on every iteration when
the image is not displayed (bug#47895).
lisp/image.el