]> git.eshelyaron.com Git - emacs.git/commit
Make the SVG error message less verbose
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Apr 2022 23:38:10 +0000 (01:38 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Apr 2022 23:38:10 +0000 (01:38 +0200)
commit95c9079da0208e0b1506ed19bb6db811d4ea4d84
tree553e239573741e90d005d68db86bad80f1c051e0
parent1cdb8d4c99bf82579dd180187a11f2bcbeccd4c4
Make the SVG error message less verbose

* src/image.c (svg_load_image): Don't include the spec in the
error message, because this is commonly the entire SVG string, and
this will fill up the *Messages* buffer quickly.
src/image.c