summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2016-08-05 20:04:17 -0400
committerNoam Postavsky <npostavs@gmail.com>2016-08-05 20:08:15 -0400
commitf50e641548672b3332d8dcbc705d7fe3962c7bb2 (patch)
tree006ed1c1dd758b7016d1e28f714566938aa1eced /lisp/files.el
parentc1b5000d8c484d7acd39414119838c78eaaf9cca (diff)
downloademacs-f50e641548672b3332d8dcbc705d7fe3962c7bb2.tar.gz
emacs-f50e641548672b3332d8dcbc705d7fe3962c7bb2.tar.bz2
emacs-f50e641548672b3332d8dcbc705d7fe3962c7bb2.zip
* lisp/files.el (version-control): Drop :group vc (Bug #14687)
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el3
1 files changed, 1 insertions, 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))))