]> git.eshelyaron.com Git - emacs.git/commit
Make normal image caching actually work when doing animated images
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Apr 2022 16:50:20 +0000 (18:50 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Apr 2022 16:50:39 +0000 (18:50 +0200)
commit1c28b9ed1a26be5bd3e8e7f3b15cb00d423760c6
tree4617ed7c8ffe631a96a0c4641459f618f243d683
parentaeffeccb408190db8f8e5985a27c0b95356f61cc
Make normal image caching actually work when doing animated images

* src/image.c (filter_image_spec): New function.
(uncache_image): Use it.
(lookup_image): Ditto.
(syms_of_image): Define some keywords.
src/image.c