Commit 96bd4e4e authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Readd skipping Meta-A,B,E in do_toggle, oops I'm with it now :-)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@781 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -2328,14 +2328,12 @@ void do_toggle(int which)
char *enabled = _("enabled");
char *disabled = _("disabled");
/*
switch (toggles[which].val) {
case TOGGLE_BACKWARDS_KEY:
case TOGGLE_CASE_KEY:
case TOGGLE_REGEXP_KEY:
return;
}
*/
/* Even easier! */
TOGGLE(toggles[which].flag);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment