]> git.eshelyaron.com Git - emacs.git/commit
Store less data in the gif animation cache
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Apr 2022 12:45:13 +0000 (14:45 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Apr 2022 12:45:29 +0000 (14:45 +0200)
commit7b67b9a5a2135d479dfe86f40109778ac5f99920
tree33ab241b7145a99edfef72c7f418d8617fa012a9
parent9561d45de16b1dece79410c126ff741c09d91e22
Store less data in the gif animation cache

* src/image.c (gif_load): Only start a cache if we're have an
:index entry (which means that we're trying to animate something).
src/image.c