# File lib/rbreadline.rb, line 5623
  def rl_tab_insert(count, key)
    _rl_insert_char(count, "\t")
  end