aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorKevin Ryde2012-12-02 09:47:56 +0800
committerChong Yidong2012-12-02 09:47:56 +0800
commit1cbaa705e733d496a6eab3a8f1521dec52953fcf (patch)
tree2de3295ab62e7387d56e7e6ae3589138e77c978a /lib-src/ChangeLog
parent3e5490f7a5d4f527cfc17b12a15a54774a3e3c19 (diff)
downloademacs-1cbaa705e733d496a6eab3a8f1521dec52953fcf.tar.gz
emacs-1cbaa705e733d496a6eab3a8f1521dec52953fcf.zip
* 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 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 294661a6cb3..480ddabd44a 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,10 @@
12012-12-02 Kevin Ryde <user42@zip.com.au>
2
3 * etags.c (Lisp_functions): Skip (defvar foo) declarations unless
4 the --declarations flag is enabled (Bug#5600).
5 (Lisp_help): Update.
6 (skip_name): New function.
7
12012-12-01 Kevin Ryde <user42@zip.com.au> 82012-12-01 Kevin Ryde <user42@zip.com.au>
2 9
3 * etags.c (Perl_functions): Support "use constant" (Bug#5055). 10 * etags.c (Perl_functions): Support "use constant" (Bug#5055).