]> granicus.if.org Git - neomutt/commitdiff
Revert "fix: display correct help key"
authorRichard Russon <rich@flatcap.org>
Fri, 28 Oct 2016 10:11:33 +0000 (11:11 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 28 Oct 2016 10:11:49 +0000 (11:11 +0100)
This reverts commit c36a04b235c37aa705dc629a2b0f5a0df1553200.
The change wasn't needed, after all.

keymap.c

index 5c913b6a8a28a1240b6ee0e29bdee73979cc242d..cd8c9a0432f9ddda1193de64d333d8b90c693a78 100644 (file)
--- 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;
 }