From: Andrew Innes Date: Thu, 16 Aug 2001 13:18:10 +0000 (+0000) Subject: (DONTCOMPILE): Omit sc.el. X-Git-Tag: emacs-pretest-21.0.105~167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0645d241489db5d0eee2866566dfba696dc14d01;p=emacs.git (DONTCOMPILE): Omit sc.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b61e1dd0a61..4055bfcf7bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2001-08-16 Andrew Innes + + * makefile.nt (DONTCOMPILE): Omit bindings.el. + (DONTCOMPILE): Omit sc.el. + + * makefile.w32-in (DONTCOMPILE): Omit bindings.el. + (DONTCOMPILE): Omit sc.el. + 2001-08-16 Gerd Moellmann * replace.el (occur): Bind inhibit-read-only to t. diff --git a/lisp/makefile.nt b/lisp/makefile.nt index cceb17cb5ff..893e4999791 100644 --- a/lisp/makefile.nt +++ b/lisp/makefile.nt @@ -66,7 +66,6 @@ DONTCOMPILE = \ $(lisp)/loaddefs.el \ $(lisp)/loadup.el \ $(lisp)/mail/blessmail.el \ - $(lisp)/mail/sc.el \ $(lisp)/patcomp.el \ $(lisp)/paths.el \ $(lisp)/play/bruce.el \ diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index a375ee072a7..ab286edfa42 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -70,7 +70,6 @@ DONTCOMPILE = \ $(lisp)/loaddefs.el \ $(lisp)/loadup.el \ $(lisp)/mail/blessmail.el \ - $(lisp)/mail/sc.el \ $(lisp)/patcomp.el \ $(lisp)/paths.el \ $(lisp)/play/bruce.el \