From 852b66f42e2020fdaae37c0a4cf6a15a0975655c Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Fri, 28 Oct 2016 11:11:33 +0100 Subject: [PATCH] Revert "fix: display correct help key" This reverts commit c36a04b235c37aa705dc629a2b0f5a0df1553200. The change wasn't needed, after all. --- keymap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/keymap.c b/keymap.c index 5c913b6a8..cd8c9a043 100644 --- a/keymap.c +++ b/keymap.c @@ -858,7 +858,6 @@ void km_error_key (int menu) return; } - km_expand_key(buf, sizeof(buf), key); mutt_error (_("Key is not bound. Press '%s' for help."), buf); return; } -- 2.40.0