From 0645d241489db5d0eee2866566dfba696dc14d01 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 16 Aug 2001 13:18:10 +0000 Subject: [PATCH] (DONTCOMPILE): Omit sc.el. --- lisp/ChangeLog | 8 ++++++++ lisp/makefile.nt | 1 - lisp/makefile.w32-in | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) 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 \