"Knut Olav Bøhmer" <bohmer@gmail.com> writes:
"ensure-function" is best defined like this:
(defun coerce-function (sym)
(coerce sym 'function))
No, it's not. (COERCE ... 'function) takes literal lambda expressions,
but ENSURE-FUNCTION should not.
-T.