Mercurial > emacs
changeset 40754:37ab4ea03faa
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Mon, 05 Nov 2001 23:20:02 +0000 |
parents | 5483ff487a13 |
children | 08abdcc6bcf5 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 05 23:18:34 2001 +0000 +++ b/lisp/ChangeLog Mon Nov 05 23:20:02 2001 +0000 @@ -1,3 +1,8 @@ +2001-11-05 Andrew Innes <andrewi@gnu.org> + + * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't + attempt to remake autoloads before nuking .elc files. + 2001-11-04 Richard M. Stallman <rms@gnu.org> * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
--- a/src/ChangeLog Mon Nov 05 23:18:34 2001 +0000 +++ b/src/ChangeLog Mon Nov 05 23:20:02 2001 +0000 @@ -1,3 +1,8 @@ +2001-11-05 Andrew Innes <andrewi@gnu.org> + + * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and + CHECK_NUMBER_CDR. + 2001-11-05 Richard M. Stallman <rms@gnu.org> * unexelf.c (unexec): Minor changes; clean up comments.