Skip to content

Commit 0a4e3f2

Browse files
ima1zumimatzbot
authored andcommitted
[ruby/reline] Remove not implemented method
(ruby/reline#680) ruby/reline@84762fc588
1 parent 43f4da3 commit 0a4e3f2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/reline/key_actor/emacs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Reline::KeyActor::Emacs < Reline::KeyActor::Base
5555
# 26 ^Z
5656
:ed_ignore,
5757
# 27 ^[
58-
:em_meta_next,
58+
:ed_unassigned,
5959
# 28 ^\
6060
:ed_ignore,
6161
# 29 ^]

lib/reline/line_editor.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,4 @@ def finish
26302630
@mark_pointer = new_pointer
26312631
end
26322632
alias_method :exchange_point_and_mark, :em_exchange_mark
2633-
2634-
private def em_meta_next(key)
2635-
end
26362633
end

0 commit comments

Comments
 (0)