diff options
author | Thomas Roessler <roessler@does-not-exist.org> | 1998-10-20 20:22:58 +0000 |
---|---|---|
committer | Thomas Roessler <roessler@does-not-exist.org> | 1998-10-20 20:22:58 +0000 |
commit | 3baa6cd855312a91787dbdad94ce7250d9f04f03 (patch) | |
tree | f71ee4a95c53192b0dcddb27a2943bd3d50ce895 /functions.h | |
parent | f4243cc6788f63f5ea8fa6d950063bf686a8a28c (diff) |
Another macro-function fix from Vikas.
Diffstat (limited to 'functions.h')
-rw-r--r-- | functions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.h b/functions.h index 4ff127b1..f773b001 100644 --- a/functions.h +++ b/functions.h @@ -78,7 +78,7 @@ struct binding_t OpMain[] = { { "delete-pattern", OP_MAIN_DELETE_PATTERN, "D" }, { "delete-thread", OP_DELETE_THREAD, "\004" }, { "delete-subthread", OP_DELETE_SUBTHREAD, "\033d" }, - { "edit-message", OP_EDIT_MESSAGE, "e" }, + { "edit", OP_EDIT_MESSAGE, "e" }, { "forward-message", OP_FORWARD_MESSAGE, "f" }, { "flag-message", OP_FLAG_MESSAGE, "F" }, { "group-reply", OP_GROUP_REPLY, "g" }, @@ -154,7 +154,7 @@ struct binding_t OpPager[] = { { "delete-message", OP_DELETE, "d" }, { "delete-thread", OP_DELETE_THREAD, "\004" }, { "delete-subthread", OP_DELETE_SUBTHREAD, "\033d" }, - { "edit-message", OP_EDIT_MESSAGE, "e" }, + { "edit", OP_EDIT_MESSAGE, "e" }, { "forward-message", OP_FORWARD_MESSAGE, "f" }, { "flag-message", OP_FLAG_MESSAGE, "F" }, { "group-reply", OP_GROUP_REPLY, "g" }, |