]> granicus.if.org Git - mutt/commit
Fix accidental fall-through for <quote-char> if aborted.
authorKevin McCarthy <kevin@8t8.us>
Fri, 26 Jul 2019 01:18:08 +0000 (18:18 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 26 Jul 2019 01:21:59 +0000 (18:21 -0700)
commit588f8d69a9f01cf2359f959c0f00600681bf9177
tree244d4cf0aad429e427519289aceeca0af7c72a1f
parentf3ec740d1a4d4829ade7fb4298b78b274c3772b1
Fix accidental fall-through for <quote-char> if aborted.

If <quote-char> was aborted, it was falling through to the
<transpose-chars> function.

This problem was introduced 19 years when the <transpose-chars> case
was moved below <quote-char>.  Previously it fell through to the
default case which beeped.
enter.c