emacs-devel
[Top][All Lists]
Advanced

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

Re: Finding the source of Change Log entries


From: martin rudalics
Subject: Re: Finding the source of Change Log entries
Date: Sun, 13 Jul 2008 10:33:59 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Please check it in, with the appropriate ChangeLog and NEWS
entries, plus the following fix:

+       (message "Not found `%s' in %s" tag file)

should be something more grammatical, like

+       (message "Source location not found: `%s' in %s" tag file)

Also, instead of binding change-log-find-tag to C-c C-t, how about using
C-c C-c for consistency with diff-mode?  (You might also want to rename
change-log-find-tag to change-log-goto-source for consistency with
diff-goto-source, but that's your call.)

Done.  Please check again.






reply via email to

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