From: Juanma Barranquero Date: Sat, 31 May 2003 00:40:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~9835 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3867c42d6082681641bb39ecf4454adb10dc7d7d;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 7b8caf1841c..a35ce988418 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2003-05-31 Juanma Barranquero + + * makefile.w32-in (lisp): Fix references to byte-run.el, + float-sup.el and map-ynp.el, which are now in emacs-lisp. + 2003-05-22 Dave Love * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5989e5467ae..e2dc8345683 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -24,6 +24,9 @@ * which-func.el: Moved to progmodes. + * loadup.el: Load byte-run.el, map-ynp.el, timer.el and float-sup.el + from emacs-lisp. + 2003-05-31 Tom Wurgler (tiny change) * subr.el (looking-back): New function to check for regular