]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 22 Oct 2000 08:22:51 +0000 (08:22 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 22 Oct 2000 08:22:51 +0000 (08:22 +0000)
src/ChangeLog

index dc69444502719da3ddcb75b1ddc1eec8f6fddac3..eaedd49679f51ebedfaabe3c68f4be83c39cea06 100644 (file)
@@ -1,7 +1,14 @@
+2000-10-22  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * keymap.c (fix_submap_inheritance): Don't do anything if parent_entry
+       is nil: since we go to the end of submap anyway, we'd end up
+       setting nil to nil.
+       (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP
+       doesn't obey autoload.
+
 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * msdos.c (dos_set_window_size): Update screen dimension
-       variables.
+       * msdos.c (dos_set_window_size): Update screen dimension variables.
 
 2000-10-21  Jason Rumney  <jasonr@gnu.org>