]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark nil vc-follow-symlinks as safe
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 22 Jan 2022 15:44:25 +0000 (16:44 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 22 Jan 2022 15:44:25 +0000 (16:44 +0100)
* lisp/vc/vc-hooks.el (vc-follow-symlinks): A nil value should be
safe for file-local (bug#33264).

lisp/vc/vc-hooks.el

index e71796b745b546bf0b64f9abcdba03b982e015c7..9c49e947810a6861a4054d6eb72b8827ead75a6c 100644 (file)
@@ -143,6 +143,7 @@ visited and a warning displayed."
                 (const :tag "Visit link and warn" nil)
                 (const :tag "Follow link" t))
   :group 'vc)
+(put 'vc-follow-symlinks 'safe-local-variable #'null)
 
 (defcustom vc-display-status t
   "If non-nil, display revision number and lock status in mode line.