From d828880938d5bafe054c351663f32430d10c980a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 4 Jun 2025 12:03:08 +0100 Subject: [PATCH] ; * lisp/vc/vc.el (vc-print-log-internal): Fix some indentation. (cherry picked from commit 0ca6667c00e89f2fc7ad367a585ebb1f91669838) --- lisp/vc/vc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 89e5e6b420f..7b8008a4676 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -3049,7 +3049,7 @@ LIMIT can also be a string, which means the revision before which to stop." (let* ((dir-present (cl-some #'file-directory-p files)) (shortlog (not (null (memq (if dir-present 'directory 'file) vc-log-short-style)))) - (buffer-name "*vc-change-log*") + (buffer-name "*vc-change-log*") (type (or type (if shortlog 'short 'long)))) (vc-log-internal-common backend buffer-name files type @@ -3080,7 +3080,7 @@ LIMIT can also be a string, which means the revision before which to stop." (vc-call-backend bk 'show-log-entry working-revision))) (lambda (_ignore-auto _noconfirm) (vc-print-log-internal backend files working-revision - is-start-revision limit type))))) + is-start-revision limit type))))) (defvar vc-log-view-type nil "Set this to record the type of VC log shown in the current buffer. -- 2.39.5