# File lib/fox16/undolist.rb, line 122
    def cut
      @redolist.clear
      unless @marker.nil?
        @marker = nil if @marker < 0
      end
    end