[tin 1.7.x] typo in keymap.c
Urs Janßen <[email protected]>
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Message-ID | <[email protected]> |
'e'dit cancel message didn't work if the the user had a keymapfile
--- /keymap.c 2005-03-21 01:23:11.000000000 +0100
+++ keymap.c 2005-04-07 14:16:15.000000000 +0200
@@ -1130,7 +1130,7 @@
return TRUE;
}
if (strcmp(keyname, "PostEdit") == 0) {
- process_keys(POST_CANCEL, keys, &post_cancel_keys);
+ process_keys(POST_EDIT, keys, &post_cancel_keys);
process_keys(POST_EDIT, keys, &post_edit_keys);
process_keys(POST_EDIT, keys, &post_edit_ext_keys);
process_keys(POST_EDIT, keys, &post_post_keys);