From: Michael Albinus Date: Sat, 4 Mar 2023 09:19:38 +0000 (+0100) Subject: ; Whitespace cleanup X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a22f5ac9a27f29faf13d7edf646a3018443fb3c;p=emacs.git ; Whitespace cleanup --- 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