# HG changeset patch # User Eli Zaretskii # Date 894294725 0 # Node ID 809dbde649765e5ff9a79a154edee276e8608e27 # Parent 58f3be08e6921395ed3678d4551a723a60f9efb4 (TAGS): Fix file name wildcards in lisp directory. diff -r 58f3be08e692 -r 809dbde64976 msdos/mainmake.v2 --- a/msdos/mainmake.v2 Mon May 04 09:25:21 1998 +0000 +++ b/msdos/mainmake.v2 Mon May 04 15:12:05 1998 +0000 @@ -83,7 +83,7 @@ if exist etags.exe mv -f etags.exe ../bin cd .. cd lisp - ../bin/etags [a-zA-Z]*.el [a-z][A-Z]*/[a-zA-Z]*.el + ../bin/etags [a-zA-Z]*.el [a-zA-Z]*/[a-zA-Z]*.el cd .. cd src ../bin/etags --include=../lisp/TAGS \