diff options
| author | Francesco Potortì <pot@gnu.org> | 2007-02-05 22:13:59 +0000 |
|---|---|---|
| committer | Francesco Potortì <pot@gnu.org> | 2007-02-05 22:13:59 +0000 |
| commit | b6c974bb29215e1b4a3c8c8c80fd92beb439be23 (patch) | |
| tree | 1fae03a62391e2d145cc30fa6290419761f9725b | |
| parent | 18422db53385166b9f79fc359ca3aebbe9b32ea2 (diff) | |
| download | emacs-b6c974bb29215e1b4a3c8c8c80fd92beb439be23.tar.gz | |
(etags): Now --members is the default for etags, not for ctags yet.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3215,6 +3215,11 @@ 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 |
