]> git.eshelyaron.com Git - emacs.git/commitdiff
; Whitespace cleanup feature/tramp-thread-safe
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 4 Mar 2023 09:19:38 +0000 (10:19 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 4 Mar 2023 09:19:38 +0000 (10:19 +0100)
lisp/vc/vc-hooks.el

index eb95aec84dcbbfda1207434c8cd4b3517c6df191..51d78bf3690d1855f64cf3de90f1dd29bbe062e9 100644 (file)
@@ -819,7 +819,8 @@ In the latter case, VC mode is deactivated for this buffer."
             (cond ((not link-type) nil)        ;Nothing to do.
                   ((eq vc-follow-symlinks nil)
                    (message
-                    "Warning: symbolic link to %s-controlled source file" link-type))
+                    "Warning: symbolic link to %s-controlled source file"
+                     link-type))
                   ((or (not (eq vc-follow-symlinks 'ask))
                        ;; Assume we cannot ask, default to yes.
                        noninteractive