]> git.eshelyaron.com Git - emacs.git/commit
Don't inhibit redisplay in the mml* functions
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Sep 2021 15:39:02 +0000 (17:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Sep 2021 15:41:32 +0000 (17:41 +0200)
commit18c18c69fc9621955da89e0b4e7a9d6dcb2f0207
tree56ab86eb65d44c6f5d6afd92741efe18523d5364
parent3bc7234349185da21828e5a2a1e31a16dcf93ba8
Don't inhibit redisplay in the mml* functions

* lisp/gnus/mml-smime.el (inhibit-redisplay): Removed.
(mml-smime-epg-encrypt):
(mml-smime-epg-verify): Don't inhibit.

* lisp/gnus/mml1991.el (mml1991-epg-sign): Ditto.

* lisp/gnus/mml2015.el (inhibit-redisplay): Removed
(mml2015-epg-decrypt):
(mml2015-epg-clear-decrypt):
(mml2015-epg-verify):
(mml2015-epg-clear-verify):
(mml2015-epg-sign):
(mml2015-epg-encrypt): Don't bind `inhibit-redisplay', because it
makes debugging very odd, and doesn't seem to help much with anything.
lisp/gnus/mml-smime.el
lisp/gnus/mml1991.el
lisp/gnus/mml2015.el