diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-06-23 05:23:16 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-06-23 05:23:16 +0000 |
commit | c47e930233108363ae31e51a70a5011758755275 (patch) | |
tree | d62c94707eae8db787bf7de3b5a6264f76843ce2 /lisp | |
parent | 25fffb314e6aa2c2a291504b4ddc7788b1053b84 (diff) | |
download | emacs-c47e930233108363ae31e51a70a5011758755275.tar.gz emacs-c47e930233108363ae31e51a70a5011758755275.tar.bz2 emacs-c47e930233108363ae31e51a70a5011758755275.zip |
(DONTCOMPILE): Add eshell/esh-maint.el.
Diffstat (limited to 'lisp')
-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 15ecd7564f7..5ac99767c16 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -32,6 +32,7 @@ DONTCOMPILE = \ $(lisp)/cus-load.el \ $(lisp)/cus-start.el \ $(lisp)/emacs-lisp/cl-specs.el \ + $(lisp)/eshell/esh-maint.el \ $(lisp)/finder-inf.el \ $(lisp)/forms-d2.el \ $(lisp)/forms-pass.el \ |