diff options
author | Kevin Ryde <user42@zip.com.au> | 2012-12-02 09:47:56 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-12-02 09:47:56 +0800 |
commit | 1cbaa705e733d496a6eab3a8f1521dec52953fcf (patch) | |
tree | 2de3295ab62e7387d56e7e6ae3589138e77c978a /doc/man/ChangeLog | |
parent | 3e5490f7a5d4f527cfc17b12a15a54774a3e3c19 (diff) | |
download | emacs-1cbaa705e733d496a6eab3a8f1521dec52953fcf.tar.gz |
* lib-src/etags.c (Lisp_functions): Skip (defvar foo) declarations
unless the --declarations flag is enabled.
(Lisp_help): Update.
(skip_name): New function.
* doc/emacs/maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
* doc/man/etags.1: Mention effect of --declarations in Lisp.
Fixes: debbugs:5600
Diffstat (limited to 'doc/man/ChangeLog')
-rw-r--r-- | doc/man/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index cc54cd254b5..afd6b7b6051 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog @@ -1,3 +1,7 @@ +2012-12-02 Kevin Ryde <user42@zip.com.au> + + * etags.1: Mention effect of --declarations in Lisp. + 2012-06-03 Glenn Morris <rgm@gnu.org> * rcs-checkin.1: Remove. |