From: Juanma Barranquero Date: Thu, 10 Apr 2008 09:53:56 +0000 (+0000) Subject: (AUTOGENEL): Add calc-loaddefs.el. X-Git-Tag: emacs-pretest-23.0.90~6355 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f01d54ca92320c28c16accd9bfecb371bad74573;p=emacs.git (AUTOGENEL): Add calc-loaddefs.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 84fa0a02a57..0fc3194de5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-10 Juanma Barranquero + + * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el. + 2008-04-10 Dan Nicolaescu * vc-hooks.el (vc-state): Add new state `conflict'. diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index f2a8111f99d..82c39759657 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -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