emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/tramp-thread-safe 5a22f5ac9a2 2/2: ; Whitespace cleanup


From: Michael Albinus
Subject: feature/tramp-thread-safe 5a22f5ac9a2 2/2: ; Whitespace cleanup
Date: Sat, 4 Mar 2023 04:20:43 -0500 (EST)

branch: feature/tramp-thread-safe
commit 5a22f5ac9a27f29faf13d7edf646a3018443fb3c
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Whitespace cleanup
---
 lisp/vc/vc-hooks.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el
index eb95aec84dc..51d78bf3690 100644
--- a/lisp/vc/vc-hooks.el
+++ b/lisp/vc/vc-hooks.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]