From f50e641548672b3332d8dcbc705d7fe3962c7bb2 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Fri, 5 Aug 2016 20:04:17 -0400 Subject: [PATCH] * lisp/files.el (version-control): Drop :group vc (Bug #14687) --- lisp/files.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)))) -- 2.39.2