Don't quote symbol which is declared to be obsolete as a function
Quoting the obsolete function using `function' inside the form that
declares that it is an obsolete function, is considered by the byte
compiler to be the first obsolete use of that function.
Just quote the symbol using ' instead of #', otherwise the byte
compiler would issue a warning.