bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#14687: 24.3.50; Minor problem in files.el


From: npostavs
Subject: bug#14687: 24.3.50; Minor problem in files.el
Date: Fri, 05 Aug 2016 20:28:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux)

tags 14687 fixed
close 14687 25.2
quit

Glenn Morris <rgm@gnu.org> writes:

>>   :group 'vc)
>>
>> I don't think this variable is related to VC, so can the last `:group'
>> keyword be deleted?
>
> Fine by me.

git show gnu/master
commit f50e641548672b3332d8dcbc705d7fe3962c7bb2
Author: Noam Postavsky <npostavs@gmail.com>
Date:   Fri Aug 5 20:04:17 2016 -0400

    * lisp/files.el (version-control): Drop :group vc (Bug #14687)

diff --git a/lisp/files.el b/lisp/files.el
index 55a7afe..4d27ef1 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -277,8 +277,7 @@ version-control
   :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]