aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
819 (cond ((not link-type) nil) ;Nothing to do. 819 (cond ((not link-type) nil) ;Nothing to do.
820 ((eq vc-follow-symlinks nil) 820 ((eq vc-follow-symlinks nil)
821 (message 821 (message
822 "Warning: symbolic link to %s-controlled source file" link-type)) 822 "Warning: symbolic link to %s-controlled source file"
823 link-type))
823 ((or (not (eq vc-follow-symlinks 'ask)) 824 ((or (not (eq vc-follow-symlinks 'ask))
824 ;; Assume we cannot ask, default to yes. 825 ;; Assume we cannot ask, default to yes.
825 noninteractive 826 noninteractive