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
be8bd4a0
Commit
be8bd4a0
authored
Mar 20, 1994
by
Richard M. Stallman
Browse files
(tagsfiles): Accept capital letters.
parent
62039e5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Makefile.in
src/Makefile.in
+1
-1
No files found.
src/Makefile.in
View file @
be8bd4a0
...
...
@@ -860,7 +860,7 @@ unlock:
relock
:
chmod
-w
$(SOURCES)
chmod
+w paths.h
tagsfiles
=
[
a-z]
*
.h
[
a-z]
*
.c ../lisp/[a-z]
*
.el ../lisp/term/[a-z]
*
.el
tagsfiles
=
[
a-z
A-Z
]
*
.h
[
a-z
A-Z
]
*
.c ../lisp/[a-z
A-Z
]
*
.el ../lisp/term/[a-z
A-Z
]
*
.el
TAGS
:
$(tagsfiles)
etags
$(tagsfiles)
tags
:
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