# HG changeset patch # User Eli Zaretskii # Date 943793330 0 # Node ID 36564a827d06202d8a2f95109aeb67e8bb76909a # Parent af8d605cbcf1f672ac9a5995c8a50e74c90cbd24 Makefile (DONTCOMPILE): Add term/internal.el diff -r af8d605cbcf1 -r 36564a827d06 lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 28 12:48:29 1999 +0000 +++ b/lisp/ChangeLog Sun Nov 28 12:48:50 1999 +0000 @@ -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 -r af8d605cbcf1 -r 36564a827d06 lisp/Makefile --- a/lisp/Makefile Sun Nov 28 12:48:29 1999 +0000 +++ b/lisp/Makefile Sun Nov 28 12:48:50 1999 +0000 @@ -30,7 +30,7 @@ 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.