; Set :version on recently changed user option
* lisp/vc/vc-hooks.el (vc-directory-exclusion-list): Set :version.
This commit is contained in:
parent
706970fc25
commit
60232a30e3
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue