GNU bug report logs - #14687
24.3.50; Minor problem in files.el

Previous Next

Package: emacs;

Reported by: Xue Fuqiao <xfq.free <at> gmail.com>

Date: Sat, 22 Jun 2013 03:12:02 UTC

Severity: minor

Tags: fixed

Found in version 24.3.50

Fixed in version 26.1

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


Message #15 received at control <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Glenn Morris <rgm <at> gnu.org>
Cc: Xue Fuqiao <xfq.free <at> gmail.com>, 14687 <at> debbugs.gnu.org
Subject: Re: bug#14687: 24.3.50; Minor problem in files.el
Date: Fri, 05 Aug 2016 20:28:17 -0400
tags 14687 fixed
close 14687 25.2
quit

Glenn Morris <rgm <at> 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 <at> 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))))




This bug report was last modified 8 years and 169 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.