From 180b681b12d65808d921246fd49fe23a1b8dbc0e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 27 Jun 2025 14:18:14 +0100 Subject: [PATCH] ; * lisp/vc/vc-dispatcher.el (vc-finish-logentry): Fix thinko. (cherry picked from commit e25ee1082f74c65b81ba4a184cfc29b26c2bf3b9) --- lisp/vc/vc-dispatcher.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index 17d73ca4977..f660c5cd4f0 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.el @@ -861,7 +861,7 @@ the buffer contents as a comment." ;; Check and record the comment, if any. (unless nocomment (run-hooks 'vc-logentry-check-hook)) - ;; Must pass NOT-ESSENTIAL nil because we later call + ;; Must pass NOT-ESSENTIAL non-nil because we later call ;; `vc-resynch-buffer' with NOQUERY non-nil. (vc-buffer-sync-fileset (list log-edit-vc-backend vc-log-fileset)) (unless vc-log-operation -- 2.39.5