]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc.el (vc-print-log-internal): Fix some indentation.
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 4 Jun 2025 11:03:08 +0000 (12:03 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 7 Jun 2025 20:00:37 +0000 (22:00 +0200)
(cherry picked from commit 0ca6667c00e89f2fc7ad367a585ebb1f91669838)

lisp/vc/vc.el

index 89e5e6b420fb84f3abdb631d55635f33be6d8645..7b8008a46762b3082a88237c932e9695f86fd162 100644 (file)
@@ -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.