Mercurial > emacs
changeset 45924:06d327567aae
implicit tag names.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 20 Jun 2002 11:48:04 +0000 |
parents | fe953746c5e8 |
children | 5f3ac9accae3 |
files | lib-src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Thu Jun 20 11:27:01 2002 +0000 +++ b/lib-src/ChangeLog Thu Jun 20 11:48:04 2002 +0000 @@ -1,3 +1,12 @@ +2002-06-20 Francesco Potorti` <pot@gnu.org> + + * etags.c: Use, together with etags.el, an optimised form of tags, + which are almost always unnamed. etags.el looks for an explicit + tag name, then for an implicit one. See make_tag for details. + The change is both forwards and backwards compatible. + (make_tag): New function (was the disabled function new_pfnote). + (make_C_tag): Use it. + 2002-06-19 Francesco Potorti` <pot@gnu.org> * etags.c (add_regex): Invalid regexp modifiers are ignored.