]> git.eshelyaron.com Git - emacs.git/commit
Fix problem of having the wrong window selected after saving foo.gpg
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Sep 2020 15:36:39 +0000 (17:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Sep 2020 15:36:39 +0000 (17:36 +0200)
commit0bd221b29fa29ebcd4b168d9abc67745ef5f85c2
tree6429e4938fd12fb3ea9a4569c80f35085fa65042
parenta190a446ee2be283dbd48351af507d7c64b1af9e
Fix problem of having the wrong window selected after saving foo.gpg

* lisp/epa.el (epa--select-keys): Restore the window configuration
after selecting the key to use (bug#43703).  This also ensures
that the buffer we were editing ends up as the current buffer
after saving it, instead of selecting a different window.
lisp/epa.el