mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(TAGS): Fix file name wildcards in lisp directory.
This commit is contained in:
parent
ae79c227e8
commit
b35c3bf62f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue