[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG ZWEI) at MIT-AI
- From: Moon at MIT-AI (David A. Moon)
- Date: Mon ,15 Sep 80 21:29:00 EDT
In the version of zwei on system 40.1, with microcode 684, on LISP Machine Seven:
In the following text
(DEFUN TEST (X)
(COND ((FROB X))
(T 24.)))
put the cursor after the word COND and type c-m-&. It should generate an OR,
but actually it generates an IF which does not implement the same functionality
as the COND.
Also, c-m-& needs to be undo-able.