emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/backports-25.2 12d1955 41/46: * lisp/files.el (ver


From: Noam Postavsky
Subject: [Emacs-diffs] scratch/backports-25.2 12d1955 41/46: * lisp/files.el (version-control): Drop :group vc (Bug #14687)
Date: Sun, 2 Oct 2016 14:04:50 +0000 (UTC)

branch: scratch/backports-25.2
commit 12d1955aacec3eebba7a0223fa603f2ef3c19514
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    * lisp/files.el (version-control): Drop :group vc (Bug #14687)
    
    (cherry picked from commit f50e641548672b3332d8dcbc705d7fe3962c7bb2)
---
 lisp/files.el |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/files.el b/lisp/files.el
index fa63073..9c98aef 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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]