[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
detecting a function
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: detecting a function
- From: Buddy Kresge <buddy@ggt.gsi.com>
- Date: Thu, 2 Jun 94 13:41:05 -0400
Len,
I think FBOUNDP should do the trick for you:
(unless (fboundp 'foo)
(load "file-containing-foo"))
Buddy Kresge
Gerber Garment Technology
Internet : kresge@ggt.gsi.com
Phone : (203) 291-2116
Fax : (203) 282-1500