aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-04-11 17:13:30 +0000
committerGlenn Morris2008-04-11 17:13:30 +0000
commit6b6a6f9e681b3ab4ebcfdf5ec797b5ac04665120 (patch)
tree4d5957a44bf0dce862f879ed7f7c5791042bf1e0
parentd4b9fe4ba1555b928862402fa6658f506fecddf6 (diff)
downloademacs-6b6a6f9e681b3ab4ebcfdf5ec797b5ac04665120.tar.gz
emacs-6b6a6f9e681b3ab4ebcfdf5ec797b5ac04665120.zip
(AUTOGENEL): Add calc/calc-loaddefs.el.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1ff249b6600..49f8b81f27e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-04-11 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
4
12008-04-11 Stefan Monnier <monnier@iro.umontreal.ca> 52008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well. 7 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index d527d341d8d..083a11530a5 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -61,6 +61,7 @@ AUTOGENEL = loaddefs.el \
61 cus-load.el \ 61 cus-load.el \
62 finder-inf.el \ 62 finder-inf.el \
63 subdirs.el \ 63 subdirs.el \
64 calc/calc-loaddefs.el \
64 eshell/esh-groups.el 65 eshell/esh-groups.el
65 66
66# Files to compile before others during a bootstrap. This is done to 67# Files to compile before others during a bootstrap. This is done to