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

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

Re: How check when symbol is introduced in Emacs?


From: suvayu ali
Subject: Re: How check when symbol is introduced in Emacs?
Date: Wed, 19 Jan 2011 15:16:27 +0100

On Wed, Jan 19, 2011 at 11:23 AM, Oleksandr Gavenko
<gavenko@bifit.com.ua> wrote:
> Next I learn use bzr repo with C-x v g and pressing a lot of 'A' command but
> it to hard understand which revision goes to release.
>

If you have a git mirror of the emacs repo,

$ git log -S'<symbol_name>' --graph --oneline | tail -1

should give you the first ever commit which introduces a line with the
symbol name.

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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