>>364
> (fbound 'foo)
==> Debugger entered--Lisp error: (void-function fbound)

(fset 'foo nil)
すれば束縛はされなくなるんじゃない?
これしても (fboundp 'foo) ==> t になるけどね。