From 4678c84498114387fd64023a19e49c3d9392278d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 28 Nov 1999 12:48:50 +0000 Subject: [PATCH] Makefile (DONTCOMPILE): Add term/internal.el --- lisp/ChangeLog | 4 ++++ lisp/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.5