# HG changeset patch # User Richard M. Stallman # Date 764129612 0 # Node ID 16690b3596d11d87ec6dc29190315cb4845ad231 # Parent 7b1ae3d4534c11cd235566bfece52baf33ea95f4 (tagsfiles): Accept capital letters. diff -r 7b1ae3d4534c -r 16690b3596d1 src/Makefile.in --- a/src/Makefile.in Sun Mar 20 02:05:29 1994 +0000 +++ b/src/Makefile.in Sun Mar 20 02:13:32 1994 +0000 @@ -860,7 +860,7 @@ 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