1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00

Etags improvement.

This commit is contained in:
Francesco Potortì 2002-08-30 16:41:25 +00:00
parent 9c485bbe70
commit d9256ccbd3

View File

@ -698,6 +698,9 @@ per line. Lines beginning with space or tab are ignored.
*** New language parsing features
**** The `::' qualifier triggers C++ parsing in C file.
Previously, only the `template' and `class' keywords had this effect.
**** In Perl, packages are tags.
Subroutine tags are named from their package. You can jump to sub tags
as you did before, by the sub name, or additionally by looking for