Bug in init.lsp from 7300

Started by HPW, November 09, 2003, 01:02:50 AM

Previous topic - Next topic

HPW

I think this code:


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


Should be this:


(if (> (nth 5 (sys-info)) 7207)
(global 'defun))
Hans-Peter

Lutz

#1
thanks for catching this too, I probably can throw this out completely, now that 7300 is out.



Lutz