Mercurial > emacs
changeset 6432:16690b3596d1
(tagsfiles): Accept capital letters.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 20 Mar 1994 02:13:32 +0000 |
parents | 7b1ae3d4534c |
children | e50519261181 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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