From aab6a6b9d3518153ccafdd6a96f135f123b4a10a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 24 Feb 2025 22:37:17 +0100 Subject: [PATCH] ; Set :version on recently changed user option * lisp/vc/vc-hooks.el (vc-directory-exclusion-list): Set :version. (cherry picked from commit 60232a30e360c00fb303cb033d4aec15a9e41342) --- lisp/vc/vc-hooks.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5