# File lib/rbreadline.rb, line 7864 def rl_beginning_of_history(count, key) rl_get_previous_history(1 + where_history(), key) end