]> git.eshelyaron.com Git - emacs.git/commit
Remove extra message-set-auto-save-file-name call in Gnus drafts
authorEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 10 May 2024 15:49:57 +0000 (08:49 -0700)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 15:48:45 +0000 (17:48 +0200)
commit38317d9007f9663f749a1b0377dac10448d59bb8
treed4fc0cd44af6d0a72e796f11ffc56d03a4602832
parent027e6dd675c68bc56f5a61952dd53e508bafc31c
Remove extra message-set-auto-save-file-name call in Gnus drafts

Bug#70579

* lisp/gnus/gnus-draft.el (gnus-draft-setup): This function is already
being called as part of the message-mail -> message-mode call
above. Running it twice results in a jump in assigned article numbers,
and the corresponding active value of the drafts group.

(cherry picked from commit b1e94b7bd3b18fdae66d172c7c72398d6f0d5225)
lisp/gnus/gnus-draft.el