]> git.eshelyaron.com Git - emacs.git/commit
Fix behavior of gnus-summary-very-wide-reply with prefix arg
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 10 Feb 2024 18:33:51 +0000 (10:33 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Feb 2024 16:32:56 +0000 (17:32 +0100)
commit75cce5ff5be017c2abb07ded464a214bc9e77e7c
tree96b34622a39f39216d43acc2209e733732a566be
parent1f20b1f6d33f25a9c160d79c9ab7afd1c2b29871
Fix behavior of gnus-summary-very-wide-reply with prefix arg

* lisp/gnus/gnus-msg.el (gnus-summary-very-wide-reply): If a prefix
argument has been given, the value of YANK will be a list containing the
current article number.  This should not be used to retrieve a number of
work articles; that should be derived from the value of the
current-prefix-arg (or marked articles).
* doc/misc/gnus.texi: The interplay of prefix arg and marked articles is
complex; attempt to clarify.

(cherry picked from commit 7a0ee5d65f214102734dd22edb641b164a1b73af)
doc/misc/gnus.texi
lisp/gnus/gnus-msg.el