Function: erc-delete-dups

erc-delete-dups is a function alias for delete-dups, defined in subr.el.gz.

This function is obsolete since 28.1; use delete-dups instead.

Signature

(erc-delete-dups LIST)

Documentation

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. See seq-uniq for non-destructive operation.

Aliases

erc-delete-dups (obsolete since 28.1)