From: Sean Whitton Date: Thu, 12 Jun 2025 10:17:27 +0000 (+0100) Subject: ; * lisp/vc/log-edit.el (log-edit-show-diff): Insert comma. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90c30cff888f3225bba9672cc82191f59198e3b0;p=emacs.git ; * lisp/vc/log-edit.el (log-edit-show-diff): Insert comma. (cherry picked from commit 799cef5d94bb69d5a1b6bcc8e90819ed90edfd00) --- 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)))