[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



From:     KEN@MIT-AI
Date: Mon, 26 Jun 79 07:33:19 GMT
Original-Date: 06/26/79 03:33:19 EDT
Subject: Re:  defun&
    To: (BUG LISP) at MIT-AI
    On the Lisp Machine
      (DEFUN FOO (X &OPTIONAL (Y)) ...)
    is idenitical to
      (DEFUN FOO (X &OPTIONAL (Y NIL)) ...)
    while only the second form is acceptable to maclisp's defun&
    (the first one it complains about bad syntax)

This has been fixed now.