]> git.eshelyaron.com Git - emacs.git/commit
vc-prepare-patch: Number the attached patches
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 17 Dec 2022 05:34:52 +0000 (22:34 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Tue, 20 Dec 2022 00:17:03 +0000 (17:17 -0700)
commitaaca72806ecd60f28384fe839cdfe6a28a2b5d1f
tree6e5d9b0f704c902ea74b0503f247aebe987cb2a7
parentae91da52335aafaff5405a49c23460082dfb460d
vc-prepare-patch: Number the attached patches

* lisp/gnus/mml.el (mml-attach-buffer): New FILENAME argument.
* lisp/vc/vc.el (vc--subject-to-file-name): New function.
(vc-prepare-patch): When vc-prepare-patches-separately is nil,
generate file names for the attached patches.
Call vc--subject-to-file-name, and then prepend numbers indicating the
ordering of the patches (bug#60147).
lisp/gnus/mml.el
lisp/vc/vc.el