mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-28 07:50:48 -08:00
(tagsfiles): Accept capital letters.
This commit is contained in:
parent
62039e5ab3
commit
be8bd4a003
1 changed files with 1 additions and 1 deletions
|
|
@ -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-zA-Z]*.h [a-zA-Z]*.c ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
|
||||
TAGS: $(tagsfiles)
|
||||
etags $(tagsfiles)
|
||||
tags: TAGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue