From: Joseph O'Rourke
Subject: How to undefine a function?
Date: 
Message-ID: <385067da.0@news.smith.edu>
Pardon the elementary nature of this question...
How can one totally remove the definition of a function F,
so that if F is used again, one gets an error

	*** - EVAL: undefined function F

I've looked for clear, clear-function, undef, erase, remove, ... ?
From: Samir Barjoud
Subject: Re: How to undefine a function?
Date: 
Message-ID: <wk4sdrpimi.fsf@mindspring.com>
·······@grendel.csc.smith.edu (Joseph O'Rourke) writes:

> Pardon the elementary nature of this question...
> How can one totally remove the definition of a function F,
> so that if F is used again, one gets an error
> 
> 	*** - EVAL: undefined function F
> 
> I've looked for clear, clear-function, undef, erase, remove, ... ?


FMAKUNBOUND

http://www.harlequin.com/education/books/HyperSpec/Body/fun_fmakunbound.html

-- 
Samir Barjoud
·····@mindspring.com