>>>>> "Raymond" == Raymond Toy <toy@rtp.ericsson.se> writes:
Raymond> Has anyone noticed that in src/hyp.lisp, maxima defines a function
Raymond> INTERSECTION?
Raymond> With Clisp, I get a warning about redefining the COMMON-LISP function
Raymond> INTERSECTION. In CMUCL, it is, indeed, redefined so that you can't
Raymond> use the common-lisp function anymore.
After looking over the code, I think maxima's INTERSECTION is the same
as Lisp's INTERSECTION so it probably shouldn't be defined at all.
Besides, I don't think you're allowed to redefine functions in the
COMMON-LISP package.
Ray