commit 6eea6cfb1e3422589b7c48e032e3c3bdd34a2c49 from: Omar Polo date: Tue Jan 05 08:42:47 2021 UTC drop unnecessary `:group's directive in defcustom commit - 2d83de2ecf9274d3ab0469cabb968114d1d1bedb commit + 6eea6cfb1e3422589b7c48e032e3c3bdd34a2c49 blob - 23070ec23d40140cdb02913577ae81d6b4faee6f blob + ebd426894278ee5589c2d802d627bb611e1dd060 --- vc-got.el +++ vc-got.el @@ -146,8 +146,7 @@ (defcustom vc-got-program "got" "Name of the Got executable (excluding any arguments)." - :type 'string - :group 'vc-got) + :type 'string) (defcustom vc-got-diff-switches t "String or list of strings specifying switches for Got diff under VC. @@ -155,8 +154,7 @@ If nil, use the value of `vc-diff-switches'. If t, us :type '(choice (const :tag "Unspecified" nil) (const :tag "None" t) (string :tag "Argument String") - (repeat :tag "Argument List" :value ("") string)) - :group 'vc-got) + (repeat :tag "Argument List" :value ("") string))) ;; helpers (defun vc-got--program-version ()