# File lib/kirbybase.rb, line 3513
    def update_index_rec(rec)
        delete_index_rec(rec.first.to_i)
        add_index_rec(rec)
    end