diff options
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60640ca163b..831730b0711 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/src/ChangeLog b/src/ChangeLog index f958a513586..7d9912997f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. |