help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: help-gnu-emacs Digest, Vol 107, Issue 23


From: PJ Weisberg
Subject: Re: help-gnu-emacs Digest, Vol 107, Issue 23
Date: Wed, 12 Oct 2011 23:37:54 -0700

On Wed, Oct 12, 2011 at 8:56 PM, Chris Carlson <cwcarlson@cox.net> wrote:
> Thank you very much, Kevin.  I have this in my .emacs file:
>
> (setq-default vc-initial-comment t)
>
> It still doesn't ask for a comment.  Since vc-register is defined in vc.el,
> one would think vc-initial-comment would be accessed in this file.  It
> isn't.  As a matter of fact, I can't find a vc-*.el file where it is used.
>
> Do you think I should submit a bug report?
> Chris

A grep through all of Emacs' source code shows that vc-initial-comment
is defined in lisp/vc/vc.el, mentioned in doc/emacs/maintaining.texi,
and never used *anywhere* else.  Yes, I believe a bug report is in
order.  ;-)

-PJ



reply via email to

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