new bindable readline command `execute-named-command', bound to M-x in emacs mode

This commit is contained in:
Chet Ramey
2023-11-06 09:44:01 -05:00
parent b30389070a
commit 511fef0f5c
10 changed files with 497 additions and 7 deletions
+1
View File
@@ -89,6 +89,7 @@ static const FUNMAP default_funmap[] = {
{ "end-of-history", rl_end_of_history },
{ "end-of-line", rl_end_of_line },
{ "exchange-point-and-mark", rl_exchange_point_and_mark },
{ "execute-named-command", rl_execute_named_command },
{ "fetch-history", rl_fetch_history },
{ "forward-backward-delete-char", rl_rubout_or_delete },
{ "forward-byte", rl_forward_byte },