]> git.eshelyaron.com Git - emacs.git/commit
Use a temporary buffer in nnagent-request-set-mark (bug#64117)
authorAndrew G Cohen <cohen@andy.bu.edu>
Tue, 27 Jun 2023 07:40:46 +0000 (15:40 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Fri, 30 Jun 2023 02:19:55 +0000 (10:19 +0800)
commit884b668b98152a0df0bc0bdea49137f582faa005
tree751a25fb0c36ea6960c2505851cc041e8b5ad399
parenta722e7dd152b809b0e71be30f83606490794c1c7
Use a temporary buffer in nnagent-request-set-mark (bug#64117)

Commit cb12a84f2c519a48dd87453c925e3bc36d9944db inadvertently removed
the use of a temporary buffer in nnagent-request-set-mark.  Bug and
fix reported by Jens Schmidt <jschmidt4gnu@vodafonemail.de>

* lisp/gnus/nnagent.el (nnagent-request-set-mark): Restore the use of
a temporary buffer that was inadvertently removed.

(cherry picked from commit 5075d752773c31d959272a7e2b73b1dc38ba184c)
lisp/gnus/nnagent.el