diff options
| author | Jim Blandy | 1992-07-27 21:23:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-07-27 21:23:12 +0000 |
| commit | aaa8a4bdec17af6e8f89bf96f9563b690ded969b (patch) | |
| tree | 25e34d133f8706e6ef1f03cb67e5282b10fc3b32 /src | |
| parent | 7500877e4a0bc3cf7731031b75be808d8aadb477 (diff) | |
| download | emacs-aaa8a4bdec17af6e8f89bf96f9563b690ded969b.tar.gz emacs-aaa8a4bdec17af6e8f89bf96f9563b690ded969b.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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 | |||
| 47 | rm -f junk.c | 47 | rm -f junk.c |
| 48 | 48 | ||
| 49 | tags TAGS: | 49 | tags TAGS: |
| 50 | etags [a-z]*.h [a-z]*.c ../lisp/[a-z]*.el ../lisp/term/[a-z]*.el | 50 | etags [a-z]*.h [a-z]*.c ../lisp/[a-z]*.el ../lisp/term/[a-z]*.el \ |
| 51 | ../external-lisp/*.el | ||