summaryrefslogtreecommitdiffstats
path: root/keymap.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-05 21:07:39 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-05 21:07:39 +0000
commitc97f93d25ccd4fdfab3ab764efaf465c430c09c1 (patch)
tree473262bfae899e2b646091473441d095f850ec60 /keymap.c
parent50d787a081ce9a5415a62275ed5601b9ee1270ce (diff)
macro_function.2-3, from Vikas.
Diffstat (limited to 'keymap.c')
-rw-r--r--keymap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/keymap.c b/keymap.c
index c72213f5..8fc8e25b 100644
--- a/keymap.c
+++ b/keymap.c
@@ -351,6 +351,10 @@ int km_dokey (int menu)
bindings = km_get_table (CurrentMenu);
if ((func = get_func (bindings, tmp.op)))
return tmp.op;
+
+ if (menu == MENU_EDITOR)
+ return tmp.op;
+
if (CurrentMenu != MENU_PAGER)
{
/* check generic menu */