]> git.eshelyaron.com Git - emacs.git/commitdiff
(AUTOGENEL): Add calc-loaddefs.el.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 10 Apr 2008 09:53:56 +0000 (09:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 10 Apr 2008 09:53:56 +0000 (09:53 +0000)
lisp/ChangeLog
lisp/makefile.w32-in

index 84fa0a02a57485de87607208c559d9d7beb8c221..0fc3194de5c746da1dd2c3851cbd29e8a85371e9 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
+
 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-hooks.el (vc-state): Add new state `conflict'.
index f2a8111f99d0a8e484e38ac129a965af57656657..82c39759657bf19d9c4a4cfba0ba9e7acb471543 100644 (file)
@@ -62,7 +62,8 @@ LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \
        $(lisp)/mh-e/mh-loaddefs.el
 
 AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \
-       $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el
+       $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \
+       $(lisp)/calc/calc-loaddefs.el
 
 # Files to compile before others during a bootstrap.  This is done to
 # speed up the bootstrap process.  The CC files are compiled first