# HG changeset patch # User Stefan Monnier # Date 971580858 0 # Node ID a7703eb4969381beead03c24d42fd84b799a7048 # Parent f68c04b9e4a4420dcad4be39f3d37a7d374d0f92 (Fkeymap_parent): Undefined autoload -> 1. diff -r f68c04b9e4a4 -r a7703eb49693 src/keymap.c --- a/src/keymap.c Sun Oct 15 03:31:32 2000 +0000 +++ b/src/keymap.c Sun Oct 15 03:34:18 2000 +0000 @@ -302,7 +302,7 @@ return list; } - return get_keymap_1(list, 0, autoload); + return get_keymap_1(list, 0, 1); }