From: Sean Whitton Date: Fri, 27 Jun 2025 13:18:14 +0000 (+0100) Subject: ; * lisp/vc/vc-dispatcher.el (vc-finish-logentry): Fix thinko. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=180b681b12d65808d921246fd49fe23a1b8dbc0e;p=emacs.git ; * lisp/vc/vc-dispatcher.el (vc-finish-logentry): Fix thinko. (cherry picked from commit e25ee1082f74c65b81ba4a184cfc29b26c2bf3b9) --- 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