# File lib/fox16/undolist.rb, line 284
    def clear
      @undolist.clear
      @redolist.clear
      @marker = nil
      @size = 0
    end