diff options
-rw-r--r-- | lisp/vc/vc-hooks.el | 3 |
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 |