1
Fork 0
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:
Noam Postavsky 2016-08-05 20:04:17 -04:00
parent c1b5000d8c
commit f50e641548

View file

@ -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))))