From: Noam Postavsky Date: Sat, 6 Aug 2016 00:04:17 +0000 (-0400) Subject: * lisp/files.el (version-control): Drop :group vc (Bug #14687) X-Git-Tag: emacs-26.0.90~1785 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f50e641548672b3332d8dcbc705d7fe3962c7bb2;p=emacs.git * lisp/files.el (version-control): Drop :group vc (Bug #14687) --- diff --git a/lisp/files.el b/lisp/files.el index 55a7afe7875..4d27ef16f7d 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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))))