ENSURE-GENERIC-FUNCTION This appears to be the only way to get the generic function object from a symbol name. You could have used SYMBOL-FUNCTION, but then you would need to test whether the result was a generic function. -rpg-