aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2001-08-16 13:18:10 +0000
committerAndrew Innes2001-08-16 13:18:10 +0000
commit0645d241489db5d0eee2866566dfba696dc14d01 (patch)
tree9b8345281e62d84a71964e2e172f40e8336d99d8
parent206a06064f73398f6e920b8cb839e92e6db1f82d (diff)
downloademacs-0645d241489db5d0eee2866566dfba696dc14d01.tar.gz
emacs-0645d241489db5d0eee2866566dfba696dc14d01.zip
(DONTCOMPILE): Omit sc.el.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/makefile.nt1
-rw-r--r--lisp/makefile.w32-in1
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 @@
12001-08-16 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.nt (DONTCOMPILE): Omit bindings.el.
4 (DONTCOMPILE): Omit sc.el.
5
6 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
7 (DONTCOMPILE): Omit sc.el.
8
12001-08-16 Gerd Moellmann <gerd@gnu.org> 92001-08-16 Gerd Moellmann <gerd@gnu.org>
2 10
3 * replace.el (occur): Bind inhibit-read-only to t. 11 * 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 = \
66 $(lisp)/loaddefs.el \ 66 $(lisp)/loaddefs.el \
67 $(lisp)/loadup.el \ 67 $(lisp)/loadup.el \
68 $(lisp)/mail/blessmail.el \ 68 $(lisp)/mail/blessmail.el \
69 $(lisp)/mail/sc.el \
70 $(lisp)/patcomp.el \ 69 $(lisp)/patcomp.el \
71 $(lisp)/paths.el \ 70 $(lisp)/paths.el \
72 $(lisp)/play/bruce.el \ 71 $(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 = \
70 $(lisp)/loaddefs.el \ 70 $(lisp)/loaddefs.el \
71 $(lisp)/loadup.el \ 71 $(lisp)/loadup.el \
72 $(lisp)/mail/blessmail.el \ 72 $(lisp)/mail/blessmail.el \
73 $(lisp)/mail/sc.el \
74 $(lisp)/patcomp.el \ 73 $(lisp)/patcomp.el \
75 $(lisp)/paths.el \ 74 $(lisp)/paths.el \
76 $(lisp)/play/bruce.el \ 75 $(lisp)/play/bruce.el \