comparison src/keymap.c @ 183:e121b013d1f0 r20-3b18

Import from CVS: tag r20-3b18
author cvs
date Mon, 13 Aug 2007 09:54:23 +0200
parents 2d532a89d707
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
182:f07455f06202 183:e121b013d1f0
688 { 688 {
689 /* This function can GC */ 689 /* This function can GC */
690 Lisp_Object contents; 690 Lisp_Object contents;
691 VOID_TO_LISP (contents, hash_contents); 691 VOID_TO_LISP (contents, hash_contents);
692 /* Perform any autoloads, etc */ 692 /* Perform any autoloads, etc */
693 (void) Fkeymapp (contents); 693 Fkeymapp (contents);
694 } 694 }
695 695
696 static void 696 static void
697 keymap_submaps_mapper (CONST void *hash_key, void *hash_contents, 697 keymap_submaps_mapper (CONST void *hash_key, void *hash_contents,
698 void *keymap_submaps_closure) 698 void *keymap_submaps_closure)