case syntaxcode_charquote:
LOSE_IF_RIGHT_END (start);
MOVE_RIGHT (start);
+ /* fall through */
case syntaxcode_word:
case syntaxcode_symbol:
case syntaxcode_charquote:
MOVE_RIGHT (start);
LOSE_IF_RIGHT_END (start);
+ /* fall through */
case syntaxcode_word:
case syntaxcode_symbol:
quoted = true;
DONE_IF (true);
}
+ /* fall through */
case syntaxcode_word:
case syntaxcode_symbol:
fprintf (stderr, "Problems reading keyboard input -- Exitting.\n");
termination_eof ();
}
+ /* fall through */
default:
if (!option_emacs_subprocess)
print_interactive_help ();
case dfl_terminate: goto describe_terminate;
}
}
+ /* fall through */
default:
fputs ("When typed, this character will have an unknown effect.\n",
stdout);