Skip to content

Commit

Permalink
[ruby/reline] Remove not implemented method
Browse files Browse the repository at this point in the history
  • Loading branch information
ima1zumi authored and matzbot committed Apr 15, 2024
1 parent 43f4da3 commit 0a4e3f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion lib/reline/key_actor/emacs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 ^]
Expand Down
3 changes: 0 additions & 3 deletions lib/reline/line_editor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2630,7 +2630,4 @@ def finish
@mark_pointer = new_pointer
end
alias_method :exchange_point_and_mark, :em_exchange_mark

private def em_meta_next(key)
end
end

0 comments on commit 0a4e3f2

Please sign in to comment.