emacs-devel
[Top][All Lists]
Advanced

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

Re: master 50020d026c: Untabify rcirc.el


From: Philip Kaludercic
Subject: Re: master 50020d026c: Untabify rcirc.el
Date: Thu, 08 Sep 2022 09:37:02 +0000

Stefan Kangas <stefankangas@gmail.com> writes:

> Philip Kaludercic <philipk@posteo.net> writes:
>
>> It appears to have been added in 2007[0], so this might be viable.
>
> So I guess the below should be uncontroversial?
>
> diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
> index 9dfdd9e7b1..3b15e976e5 100644
> --- a/lisp/vc/vc-git.el
> +++ b/lisp/vc/vc-git.el
> @@ -119,14 +119,14 @@ vc-git-diff-switches
>                (repeat :tag "Argument List" :value ("") string))
>    :version "23.1")
>
> -(defcustom vc-git-annotate-switches nil
> +(defcustom vc-git-annotate-switches "-w"

It might be useful to add a comment indicating what the point of -w is.

>    "String or list of strings specifying switches for Git blame under VC.
>  If nil, use the value of `vc-annotate-switches'.  If t, use no switches."
>    :type '(choice (const :tag "Unspecified" nil)
>                (const :tag "None" t)
>                (string :tag "Argument String")
>                (repeat :tag "Argument List" :value ("") string))
> -  :version "25.1")
> +  :version "29.1")
>
>  (defcustom vc-git-log-switches nil
>    "String or list of strings specifying switches for Git log under VC."



reply via email to

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