Mercurial > emacs
changeset 103146:e09d4e825e2f
(ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 04 May 2009 15:19:43 +0000 |
parents | 18d443806499 |
children | 7fb21f372cae |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon May 04 04:07:28 2009 +0000 +++ b/src/ChangeLog Mon May 04 15:19:43 2009 +0000 @@ -1,3 +1,7 @@ +2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca> + + * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS. + 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu> * xterm.c (x_handle_net_wm_state): Move declaration of lval before
--- a/src/Makefile.in Mon May 04 04:07:28 2009 +0000 +++ b/src/Makefile.in Mon May 04 15:19:43 2009 +0000 @@ -1312,8 +1312,8 @@ /* Arrange to make a tags table TAGS-LISP for ../lisp, plus TAGS for the C files, which includes ../lisp/TAGS by reference. */ -ctagsfiles1 = [xyzXYZ]*.[hc] -ctagsfiles2 = [a-wA-W]*.[hc] +ctagsfiles1 = [xyzXYZ]*.[hcm] +ctagsfiles2 = [a-wA-W]*.[hcm] TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2) ../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \