]> git.eshelyaron.com Git - emacs.git/commitdiff
; Correct typo
authorPo Lu <luangruo@yahoo.com>
Sun, 28 Jan 2024 08:55:56 +0000 (16:55 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:11:05 +0000 (21:11 +0100)
* lisp/vc/log-edit.el (log-edit--insert-filled-defuns): Correct
typo in alignment constants.

(cherry picked from commit adf32eb69ea34b9c057c9a4321e5f05b00a7c940)

lisp/vc/log-edit.el

index 5f370511b147c179f1b5e296ddcc3a7f351762c9..b5f12f0b4fc893bf72c53077afca576a0cb9aa3b 100644 (file)
@@ -612,9 +612,9 @@ the \\[vc-prefix-map] prefix for VC commands, for example).
                         ;; however, there are two separator characters
                         ;; that will be deleted, so the number of
                         ;; columns to add to this in the case of
-                        ;; `name' being final and in other cases are
-                        ;; -1 and -2 respectively.
-                        (if func-names -1 -2))
+                        ;; `name' being final and in other cases are 0
+                        ;; and 1 respectively.
+                        (if func-names 0 1))
                      fill-column)
                   (progn
                     (delete-char -2)