diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index d6dcf9d421b..e1513eed33a 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -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.