Mercurial > emacs
changeset 26636:36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 28 Nov 1999 12:48:50 +0000 |
parents | af8d605cbcf1 |
children | 2b28e1204736 |
files | lisp/ChangeLog lisp/Makefile |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <eliz@is.elta.co.il> + + * Makefile (DONTCOMPILE): Add term/internal.el. + 1999-11-26 Dave Love <fx@gnu.org> * comint.el: Fix last change.
--- 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.