From: Andrew Innes Date: Mon, 5 Nov 2001 23:20:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18801 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96238a5ae743901ccc692df055219a110b74beee;p=emacs.git *** empty log message *** --- 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 + + * 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 * 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 + + * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and + CHECK_NUMBER_CDR. + 2001-11-05 Richard M. Stallman * unexelf.c (unexec): Minor changes; clean up comments.