summaryrefslogtreecommitdiff
path: root/lib/reline/key_actor/emacs.rb
diff options
context:
space:
mode:
authorMari Imaizumi <[email protected]>2024-04-15 22:31:33 +0900
committergit <[email protected]>2024-04-15 13:31:38 +0000
commit0a4e3f23e6f872537faedb8d728a5696f63a7f89 (patch)
tree50c7956073b19ab82497d561a262d50d31e3a1fb /lib/reline/key_actor/emacs.rb
parent43f4da3ebfe39995fa6476af4ba4514ece8e4b4a (diff)
[ruby/reline] Remove not implemented method
(https://github.com/ruby/reline/pull/680) https://github.com/ruby/reline/commit/84762fc588
Diffstat (limited to 'lib/reline/key_actor/emacs.rb')
-rw-r--r--lib/reline/key_actor/emacs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/key_actor/emacs.rb b/lib/reline/key_actor/emacs.rb
index 4c7b8421af..5d0a7fb63d 100644
--- a/lib/reline/key_actor/emacs.rb
+++ b/lib/reline/key_actor/emacs.rb
@@ -55,7 +55,7 @@ class Reline::KeyActor::Emacs < Reline::KeyActor::Base
# 26 ^Z
:ed_ignore,
# 27 ^[
- :em_meta_next,
+ :ed_unassigned,
# 28 ^\
:ed_ignore,
# 29 ^]