newLISP Fan Club

Forum => Anything else we might add? => Topic started by: HPW on November 09, 2003, 01:02:50 AM

Title: Bug in init.lsp from 7300
Post by: HPW on November 09, 2003, 01:02:50 AM
I think this code:


(if (> (last (sys-info)) 7207)
(global 'defun))


Should be this:


(if (> (nth 5 (sys-info)) 7207)
(global 'defun))
Title:
Post by: Lutz on November 09, 2003, 06:56:27 AM
thanks for catching this too, I probably can throw this out completely, now that 7300 is out.



Lutz