]> git.eshelyaron.com Git - emacs.git/commit
Fix C-c C-d and C-c C-w during log-view-modify-change-comment
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 28 Oct 2024 13:46:06 +0000 (21:46 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Oct 2024 09:57:26 +0000 (10:57 +0100)
commit36a9a4842ee91595437cf0cf1eff30fe8b525f0a
tree0dd91941620797efdacc2ab18d44975be8496d8e
parenta0d604f539cd2f323964694ad89d42564ce72a23
Fix C-c C-d and C-c C-w during log-view-modify-change-comment

* lisp/vc/vc-dispatcher.el (log-edit-diff-fileset)
(log-edit-diff-patch): Declare.
(vc-log-edit, vc-start-logentry): New optional argument
DIFF-FUNCTION to specify log-edit-diff-function in the generated
Log Edit buffer.
* lisp/vc/vc.el (vc-modify-change-comment): Pass the new
DIFF-FUNCTION argument to vc-start-logentry.

(cherry picked from commit fc3de939b9059dd4436134f08e7fa7149087c317)
lisp/vc/vc-dispatcher.el
lisp/vc/vc.el