emacs-devel
[Top][All Lists]
Advanced

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

Re: patch against vc-rcs.el: vc-rcs-checkin: allows user login to be add


From: Stefan Monnier
Subject: Re: patch against vc-rcs.el: vc-rcs-checkin: allows user login to be added
Date: Mon, 07 Sep 2015 13:11:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +(defvar vc-rcs-ask-for-login nil
> +  "*Variable which allows to change the login Id by
> a y-or-n question.")

How 'bout instead making vc-rcs.el use the "Author:" header in the
commit message, instead of adding a config var plus a prompt?

Try

   grep "\"Author" lisp/vc/vc*.el

to see how other backends do it.


        Stefan



reply via email to

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