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:
parent
79e54a1b75
commit
1edde2fc7a
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue