# File lib/rbreadline.rb, line 7072 def _rl_set_mark_at_pos(position) return -1 if (position > @rl_end) @rl_mark = position 0 end