diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-27 21:23:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-27 21:23:12 +0000 |
commit | aaa8a4bdec17af6e8f89bf96f9563b690ded969b (patch) | |
tree | 25e34d133f8706e6ef1f03cb67e5282b10fc3b32 /src/Makefile.in | |
parent | 7500877e4a0bc3cf7731031b75be808d8aadb477 (diff) | |
download | emacs-aaa8a4bdec17af6e8f89bf96f9563b690ded969b.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index fbaa7356f43..6e27031c407 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -47,4 +47,5 @@ xmakefile: ymakefile config.h rm -f junk.c tags TAGS: - etags [a-z]*.h [a-z]*.c ../lisp/[a-z]*.el ../lisp/term/[a-z]*.el + etags [a-z]*.h [a-z]*.c ../lisp/[a-z]*.el ../lisp/term/[a-z]*.el \ + ../external-lisp/*.el |