Mark nil vc-follow-symlinks as safe

* lisp/vc/vc-hooks.el (vc-follow-symlinks): A nil value should be
safe for file-local (bug#33264).
This commit is contained in:
Lars Ingebrigtsen 2022-01-22 16:44:25 +01:00
parent 79e54a1b75
commit 1edde2fc7a

View 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.