mm-delete-duplicates

mm-delete-duplicates is an alias for `delete-dups' in `mm-util.el'.

(mm-delete-duplicates LIST)

Destructively remove `equal' duplicates from LIST.
Store the result in LIST and return it. LIST must be a proper list.
Of several `equal' occurrences of an element in LIST, the first
one is kept.