From be8bd4a0032ef82761e5cabd3464571d70eae37a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 20 Mar 1994 02:13:32 +0000 Subject: [PATCH] (tagsfiles): Accept capital letters. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 4c89279bdc1..4ed92ac9bbe 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 -- 2.39.5