Comment 5 for bug 1154946

Revision history for this message
Rafael Jesus Alcantara Perez (rafa-dedaloingenieros) wrote :

Is the bug related to this behaviour?

  (funcall (lambda (&rest args) (elt args 0))) => NIL

I think that the function elt should signal a type-error when index is out of bounds, as it is in the previous example.

Thanks in advance.
Rafael.