[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



I have made three new functions
FDEFINITION, FDEFINE and FDEFINEDP, which are like
FSYMEVAL, FSET and FBOUNDP except that they work on
lists like (:METHOD FOO-CLASS :BAR) as well as on symbols.
FDEFINE has an optional flag to make it do FSET-CAREFULLY,
which now just calls FDEFINE.  This is so that all the utilities
for dealing with functions can be made to work on anything you
can use in a DEFUN.  I have made COMPILE work using them
so it is again possible to do C-T-C on a DEFMETHOD in the editor.