On 2021-06-07, 15:41 +0300, Eli Zaretskii wrote: >> From: Utkarsh Singh >> Date: Mon, 07 Jun 2021 09:47:40 +0530 >> >> +(defcustom vc-git-log-switches t >> + "Strings or list of strings specifying switches for Git log under VC." >> + :type '(choice (const :tag "None" t) >> + (string :tag "Argument String") >> + (repeat :tag "Argument List" :value ("") string))) > > New or changed defcustoms should have a :version tag. Done. -- Utkarsh Singh http://utkarshsingh.xyz