]> git.eshelyaron.com Git - emacs.git/commitdiff
; Set :version on recently changed user option
authorStefan Kangas <stefankangas@gmail.com>
Mon, 24 Feb 2025 21:37:17 +0000 (22:37 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Feb 2025 09:36:16 +0000 (10:36 +0100)
* lisp/vc/vc-hooks.el (vc-directory-exclusion-list): Set :version.

(cherry picked from commit 60232a30e360c00fb303cb033d4aec15a9e41342)

lisp/vc/vc-hooks.el

index d6dcf9d421b1baa61a5be3fed469adf6cfffa674..e1513eed33a6a147c88d1feff81b7aa053d2af46 100644 (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.