And to make it even weirde=
r (from `dash.el'):
=C2=A0 =C2=A0 (defalias =
39;-first-item 'car
=C2=A0 =C2=A0 =C2=A0 "Return the fir=
st item of LIST, or nil on an empty list.")
=
=C2=A0 =C2=A0=C2=A0(subr-arity (symbol-function '-first-item)) =C2=A0=
=3D> =C2=A0(wrong-type-argument subrp car)
This at least can be made to work by using indirect-function=
instead of symbol-function.=C2=A0