From: Eli Zaretskii Date: Sun, 28 Nov 1999 12:48:50 +0000 (+0000) Subject: Makefile (DONTCOMPILE): Add term/internal.el X-Git-Tag: emacs-pretest-21.0.90~5944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4678c84498114387fd64023a19e49c3d9392278d;p=emacs.git Makefile (DONTCOMPILE): Add term/internal.el --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38b4b218f14..979136d53a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +1999-11-28 Eli Zaretskii + + * Makefile (DONTCOMPILE): Add term/internal.el. + 1999-11-26 Dave Love * comint.el: Fix last change. diff --git a/lisp/Makefile b/lisp/Makefile index 485b4598ba2..090310716ba 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -30,7 +30,7 @@ DONTCOMPILE = bindings.el mail/blessmail.el play/bruce.el cus-load.el \ loaddefs.el loadup.el international/mule-conf.el patcomp.el \ paths.el mail/sc.el subdirs.el term-nasty.el version.el \ generic-x.el international/latin-8.el international/latin-9.el \ - emacs-lisp/cl-specs.el finder-inf.el + emacs-lisp/cl-specs.el finder-inf.el term/internal.el # The actual Emacs command run in the targets below.