mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/files.el (version-control): Drop :group vc (Bug #14687)
This commit is contained in:
parent
c1b5000d8c
commit
f50e641548
1 changed files with 1 additions and 2 deletions
|
|
@ -277,8 +277,7 @@ The value `never' means do not make them."
|
|||
:type '(choice (const :tag "Never" never)
|
||||
(const :tag "If existing" nil)
|
||||
(other :tag "Always" t))
|
||||
:group 'backup
|
||||
:group 'vc)
|
||||
:group 'backup)
|
||||
(put 'version-control 'safe-local-variable
|
||||
(lambda (x) (or (booleanp x) (equal x 'never))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue