changeset 36407:bd93619c67d4

Mention that etags switches to C++ when meets `template'.
author Francesco Potortì <pot@gnu.org>
date Mon, 26 Feb 2001 18:26:39 +0000
parents f5bdd1200e0e
children f6cf1681b74a
files etc/NEWS
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Feb 26 17:16:00 2001 +0000
+++ b/etc/NEWS	Mon Feb 26 18:26:39 2001 +0000
@@ -1419,7 +1419,8 @@
 "operator+", without spaces between the keyword and the operator.
 
 *** You shouldn't generally need any more the -C or -c++ option: etags
-automatically detects a C++ file when it meets the `class' keyword.
+automatically switches to C++ parsing when it meets the `class' or
+`template' keywords.
 
 *** Etags now is able to delve at arbitrary deeps into nested structures in
 C-like languages.  Previously, it was limited to one or two brace levels.