From: Francesco Potortì Date: Mon, 26 Feb 2001 18:26:39 +0000 (+0000) Subject: Mention that etags switches to C++ when meets `template'. X-Git-Tag: emacs-pretest-21.0.99~109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10de1e33e4133d8c17f03ba08b966ac0e2c4c211;p=emacs.git Mention that etags switches to C++ when meets `template'. --- diff --git a/etc/NEWS b/etc/NEWS index ac03adf7e69..c82e503195e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1419,7 +1419,8 @@ declarations when given the --declarations option. "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.