changeset 32478:a7703eb49693

(Fkeymap_parent): Undefined autoload -> 1.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 15 Oct 2000 03:34:18 +0000
parents f68c04b9e4a4
children 783ed0889617
files src/keymap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }