assoc-ignore-representation

assoc-ignore-representation is a compiled Lisp function in `subr.el'.

(assoc-ignore-representation KEY ALIST)

This function is obsolete since 22.1;
use `assoc-string' instead.

Like `assoc', but ignores differences in text representation.
KEY must be a string.
Unibyte strings are converted to multibyte for comparison.