From 759ac1474682a2f125d8887d5edee2331474c42a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 5 Jul 2025 09:53:51 +0100 Subject: [PATCH] ; * lisp/vc/log-edit.el (log-edit-diff-fileset): Update comment. (cherry picked from commit ae55c0fd2d5da16377c63750c4cc5483e57af855) --- lisp/vc/log-edit.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index 181d4f309f5..1f27aa18b19 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -859,8 +859,9 @@ comment history, see `log-edit-comment-ring', and hides `log-edit-files-buf'." ;; Re NOT-ESSENTIAL non-nil: this function can get called from ;; `log-edit-hook' and we don't want to abort the whole Log Edit setup ;; because the user says no to saving a buffer. The buffers will - ;; still actually get saved before committing, by `vc-finish-logentry'. - ;; Possibly `log-edit-maybe-show-diff' should catch the error instead. + ;; still actually get saved before committing, by the + ;; `vc-log-operation' anonymous function. Possibly + ;; `log-edit-maybe-show-diff' should catch the error instead. (vc-diff nil 'not-essential (list log-edit-vc-backend vc-log-fileset))) (defun log-edit-show-diff () -- 2.39.5