From: Stefan Kangas Date: Mon, 24 Feb 2025 21:37:17 +0000 (+0100) Subject: ; Set :version on recently changed user option X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aab6a6b9d3518153ccafdd6a96f135f123b4a10a;p=emacs.git ; Set :version on recently changed user option * lisp/vc/vc-hooks.el (vc-directory-exclusion-list): Set :version. (cherry picked from commit 60232a30e360c00fb303cb033d4aec15a9e41342) --- 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.