Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
50da4e56
Commit
50da4e56
authored
May 04, 2009
by
Stefan Monnier
Browse files
(ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
parent
c773345a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/Makefile.in
src/Makefile.in
+2
-2
No files found.
src/ChangeLog
View file @
50da4e56
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
...
...
src/Makefile.in
View file @
50da4e56
...
...
@@ -1312,8 +1312,8 @@ extraclean: distclean
/*
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]
*
.[hc
m
]
ctagsfiles2
=
[
a-wA-W]
*
.[hc
m
]
TAGS
:
$(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)
../lib-src/etags
--include
=
TAGS-LISP
--include
=
${lwlibdir}
/TAGS
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment