From: Glenn Morris Date: Fri, 11 Apr 2008 17:13:30 +0000 (+0000) Subject: (AUTOGENEL): Add calc/calc-loaddefs.el. X-Git-Tag: emacs-pretest-23.0.90~6325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b6a6f9e681b3ab4ebcfdf5ec797b5ac04665120;p=emacs.git (AUTOGENEL): Add calc/calc-loaddefs.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ff249b6600..49f8b81f27e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-11 Glenn Morris + + * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el. + 2008-04-11 Stefan Monnier * 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 \ cus-load.el \ finder-inf.el \ subdirs.el \ + calc/calc-loaddefs.el \ eshell/esh-groups.el # Files to compile before others during a bootstrap. This is done to