]> git.eshelyaron.com Git - emacs.git/commit
Fix PGP verification buttons (which would have cached results)
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Sep 2021 15:41:26 +0000 (17:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Sep 2021 15:41:32 +0000 (17:41 +0200)
commitfb32368efdaf11ae0e6b3a28f4a167886caa4c9d
tree4216a038fccd65b864770d79b3208ee7ca63ba82
parent18c18c69fc9621955da89e0b4e7a9d6dcb2f0207
Fix PGP verification buttons (which would have cached results)

* lisp/gnus/mm-uu.el (mm-uu-pgp-signed-extract): `format' was used
here to guarantee a new, fresh string (since it's destructively
modified), but that's apparently not the case any more.  Use
`substring' instead, which is documented to do this.
lisp/gnus/mm-uu.el