]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorAndrew Innes <andrewi@gnu.org>
Mon, 5 Nov 2001 23:20:02 +0000 (23:20 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 5 Nov 2001 23:20:02 +0000 (23:20 +0000)
lisp/ChangeLog
src/ChangeLog

index 60640ca163bc87b1f146ef81b1711072f9de13dd..831730b071159e3651912a23c892e33ca7229f8d 100644 (file)
@@ -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
index f958a5135866e2f9ad853d8c75764aff14fff50f..7d9912997f15132b6f73f2858c19eb75cff880e7 100644 (file)
@@ -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.