summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-03-04 10:19:38 +0100
committerMichael Albinus <michael.albinus@gmx.de>2023-03-04 10:19:38 +0100
commit5a22f5ac9a27f29faf13d7edf646a3018443fb3c (patch)
tree30c41add62090e5ad1a14c8aeb83d2c04a83f043
parentb14cd8380ed412a8bc728d334d9f7b1b4da23753 (diff)
downloademacs-feature/tramp-thread-safe.tar.gz
; Whitespace cleanupfeature/tramp-thread-safe
-rw-r--r--lisp/vc/vc-hooks.el3
1 files changed, 2 insertions, 1 deletions
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