From 90c30cff888f3225bba9672cc82191f59198e3b0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 12 Jun 2025 11:17:27 +0100 Subject: [PATCH] ; * lisp/vc/log-edit.el (log-edit-show-diff): Insert comma. (cherry picked from commit 799cef5d94bb69d5a1b6bcc8e90819ed90edfd00) --- lisp/vc/log-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index bd62e7889e8..d9b8afb2542 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -861,7 +861,7 @@ 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'. + ;; still actually get saved before committing, by `vc-finish-logentry'. ;; Possibly `log-edit-maybe-show-diff' should catch the error instead. (vc-diff nil 'not-essential (list log-edit-vc-backend vc-log-fileset))) -- 2.39.5