diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-06-26 13:09:11 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-06-26 13:09:11 +0000 |
commit | 98c602effb0271d36ec2ffae257d9bc9df628f8f (patch) | |
tree | b2c1100a6a26dac3212f8a3df773c9eb069a37af /lisp/Makefile.in | |
parent | faadfb0a213ad09685326c5f9c4f216a8860045b (diff) | |
download | emacs-98c602effb0271d36ec2ffae257d9bc9df628f8f.tar.gz |
(DONTCOMPILE): Add eshell/esh-group.el.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 5ac99767c16..08d2b770969 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -33,6 +33,7 @@ DONTCOMPILE = \ $(lisp)/cus-start.el \ $(lisp)/emacs-lisp/cl-specs.el \ $(lisp)/eshell/esh-maint.el \ + $(lisp)/eshell/esh-group.el \ $(lisp)/finder-inf.el \ $(lisp)/forms-d2.el \ $(lisp)/forms-pass.el \ |