summaryrefslogtreecommitdiffstats
path: root/keymap.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-19 15:53:37 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-19 15:53:37 +0000
commita406ea493660f545911e93148bf47ec6af8b82a1 (patch)
treeae8ec86ed53e525ca46db805c3e9726a7c2cc89d /keymap.c
parent29137d7bd6ce214b20d5a58fb5c8087081a2b441 (diff)
patch-0.95.1.vikas.macro_function.1
Diffstat (limited to 'keymap.c')
-rw-r--r--keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymap.c b/keymap.c
index 9281cb54..c6acd63d 100644
--- a/keymap.c
+++ b/keymap.c
@@ -34,7 +34,6 @@ struct mapping_t Menus[] = {
{ "browser", MENU_FOLDER },
{ "compose", MENU_COMPOSE },
{ "editor", MENU_EDITOR },
- { "generic", MENU_GENERIC },
{ "index", MENU_MAIN },
{ "pager", MENU_PAGER },
{ "postpone", MENU_POST },
@@ -50,6 +49,7 @@ struct mapping_t Menus[] = {
{ "query", MENU_QUERY },
+ { "generic", MENU_GENERIC },
{ NULL, 0 }
};