]> git.eshelyaron.com Git - emacs.git/commitdiff
(TAGS): Fix file name wildcards in lisp directory.
authorEli Zaretskii <eliz@gnu.org>
Mon, 4 May 1998 15:12:05 +0000 (15:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 4 May 1998 15:12:05 +0000 (15:12 +0000)
msdos/mainmake.v2

index 06a96f01e63444b9bf8bf0673fd3e339766cc223..5a81f3bbc25513f9df7164c2ad95fb4aa82bc784 100644 (file)
@@ -83,7 +83,7 @@ TAGS tags:    lib-src FRC
        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 \