Mercurial > emacs
diff src/xmenu.c @ 94005:d3bf833831d6
* keymap.h (map_keymap_canonical): Declare.
* xmenu.c (single_keymap_panes): Use it.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Fri, 11 Apr 2008 15:35:41 +0000 |
| parents | d1e53221c4aa |
| children | 8971ddf55736 |
line wrap: on
line diff
--- a/src/xmenu.c Fri Apr 11 15:34:17 2008 +0000 +++ b/src/xmenu.c Fri Apr 11 15:35:41 2008 +0000 @@ -510,7 +510,7 @@ #endif GCPRO1 (skp.pending_maps); - map_keymap (keymap, single_menu_item, Qnil, &skp, 1); + map_keymap_canonical (keymap, single_menu_item, Qnil, &skp); UNGCPRO; /* Process now any submenus which want to be panes at this level. */
