Mercurial > emacs
changeset 51355:7133cddab605
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 31 May 2003 00:40:43 +0000 |
parents | abad152707e5 |
children | 8da3b8a0ca4f |
files | lib-src/ChangeLog lisp/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Sat May 31 00:36:35 2003 +0000 +++ b/lib-src/ChangeLog Sat May 31 00:40:43 2003 +0000 @@ -1,3 +1,8 @@ +2003-05-31 Juanma Barranquero <lektu@terra.es> + + * 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 <fx@gnu.org> * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
--- a/lisp/ChangeLog Sat May 31 00:36:35 2003 +0000 +++ b/lisp/ChangeLog Sat May 31 00:40:43 2003 +0000 @@ -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 <twurgler@goodyear.com> (tiny change) * subr.el (looking-back): New function to check for regular