aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2025-02-24 22:37:17 +0100
committerStefan Kangas2025-02-24 22:45:58 +0100
commit60232a30e360c00fb303cb033d4aec15a9e41342 (patch)
tree89dbcdd72731a6b06de63d26e4dd6df2acd7374b
parent706970fc25de34fd63c21bed13e31e96ae258a28 (diff)
downloademacs-60232a30e360c00fb303cb033d4aec15a9e41342.tar.gz
emacs-60232a30e360c00fb303cb033d4aec15a9e41342.zip
; Set :version on recently changed user option
* lisp/vc/vc-hooks.el (vc-directory-exclusion-list): Set :version.
-rw-r--r--lisp/vc/vc-hooks.el3
1 files changed, 2 insertions, 1 deletions
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."
127 ".jj") 127 ".jj")
128 "List of directory names to be ignored when walking directory trees." 128 "List of directory names to be ignored when walking directory trees."
129 :type '(repeat string) 129 :type '(repeat string)
130 :group 'vc) 130 :group 'vc
131 :version "31.1")
131 132
132(defcustom vc-make-backup-files nil 133(defcustom vc-make-backup-files nil
133 "If non-nil, backups of registered files are made as with other files. 134 "If non-nil, backups of registered files are made as with other files.