diff options
| author | Stefan Monnier | 2009-05-04 15:19:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-05-04 15:19:43 +0000 |
| commit | 50da4e56373bd77cb511ce8fd5485102778b37c5 (patch) | |
| tree | fc88e849d5c9674bbd7ce0142b7c946410e103ba /src | |
| parent | c773345a18b3b4c06ef91104b538992102c146e8 (diff) | |
| download | emacs-50da4e56373bd77cb511ce8fd5485102778b37c5.tar.gz emacs-50da4e56373bd77cb511ce8fd5485102778b37c5.zip | |
(ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 66ec4f39f4d..7f29736d394 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS. | ||
| 4 | |||
| 1 | 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * xterm.c (x_handle_net_wm_state): Move declaration of lval before | 7 | * xterm.c (x_handle_net_wm_state): Move declaration of lval before |
diff --git a/src/Makefile.in b/src/Makefile.in index 14f0c8a51fa..6a9902131a3 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1312,8 +1312,8 @@ extraclean: distclean | |||
| 1312 | /* Arrange to make a tags table TAGS-LISP for ../lisp, | 1312 | /* Arrange to make a tags table TAGS-LISP for ../lisp, |
| 1313 | plus TAGS for the C files, which includes ../lisp/TAGS by reference. */ | 1313 | plus TAGS for the C files, which includes ../lisp/TAGS by reference. */ |
| 1314 | 1314 | ||
| 1315 | ctagsfiles1 = [xyzXYZ]*.[hc] | 1315 | ctagsfiles1 = [xyzXYZ]*.[hcm] |
| 1316 | ctagsfiles2 = [a-wA-W]*.[hc] | 1316 | ctagsfiles2 = [a-wA-W]*.[hcm] |
| 1317 | 1317 | ||
| 1318 | TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2) | 1318 | TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2) |
| 1319 | ../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \ | 1319 | ../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \ |