diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-07-17 21:55:53 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-07-17 21:55:53 +0000 |
commit | 93548af1a366ff5508bac6a7e622717a1fbdac33 (patch) | |
tree | 3f94cfc29dd21cd1b49403856886fd1cecddd001 /lib-src | |
parent | 3bbe016c07ee03d82d48e291b5676607125914c7 (diff) | |
download | emacs-93548af1a366ff5508bac6a7e622717a1fbdac33.tar.gz |
(tags): Synonym for `TAGS'.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 5bdb8e85f02..af805e64e48 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -282,6 +282,7 @@ relock: check: @echo "We don't have any tests for GNU Emacs yet." +tags: TAGS TAGS: etags etags *.[ch] |