; Set :version on recently changed user option

* lisp/vc/vc-hooks.el (vc-directory-exclusion-list): Set :version.
This commit is contained in:
Stefan Kangas 2025-02-24 22:37:17 +01:00
parent 706970fc25
commit 60232a30e3

View file

@ -127,7 +127,8 @@ An empty list disables VC altogether."
".jj")
"List of directory names to be ignored when walking directory trees."
:type '(repeat string)
:group 'vc)
:group 'vc
:version "31.1")
(defcustom vc-make-backup-files nil
"If non-nil, backups of registered files are made as with other files.