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

[no subject]



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.