Bug in init.lsp from 7300
Posted: Sun Nov 09, 2003 9:02 am
I think this code:
Should be this:
Code: Select all
(if (> (last (sys-info)) 7207)
(global 'defun))
Code: Select all
(if (> (nth 5 (sys-info)) 7207)
(global 'defun))