From: Francesco Potortì Date: Thu, 22 Nov 2007 10:31:33 +0000 (+0000) Subject: For some reason, this new feature is not in etags for Emacs 22, X-Git-Tag: emacs-pretest-22.1.90~333 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f7093fe93835a0b761469672a14681afab9bf29;p=emacs.git For some reason, this new feature is not in etags for Emacs 22, so remove it from the NEWS: *** The --members option is now the default. Use --no-members if you want the old default behaviour of not tagging struct members in C, members variables in C++ and variables in PHP. --- diff --git a/etc/NEWS b/etc/NEWS index ebc04fb173e..fa8b440d7a5 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3136,11 +3136,6 @@ be used (only once) in place of a file name on the command line. Etags reads from standard input and marks the produced tags as belonging to the file FILE. -*** The --members option is now the default. - -Use --no-members if you want the old default behaviour of not tagging -struct members in C, members variables in C++ and variables in PHP. - ** Ctags changes. *** Ctags now allows duplicate tags