]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files.el (version-control): Drop :group vc (Bug #14687)
authorNoam Postavsky <npostavs@gmail.com>
Sat, 6 Aug 2016 00:04:17 +0000 (20:04 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 6 Aug 2016 00:08:15 +0000 (20:08 -0400)
lisp/files.el

index 55a7afe78754712d967748c3525d66bb6b2cb677..4d27ef16f7d16c6d7a4ad3d39439cd7b11ccf59b 100644 (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))))