[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- Subject:
- From: bee@MIT-AI (Sent by CWH@MIT-AI)
- Date: Wed ,14 Jun 79 09:52:49 EDT
ERR used to just throw blindly to an errset. Unfortunately if there wasn't one....
Also it bypassed the error system completely, causing other bad effects. This
has been changed so that ERR does an (ERROR "") i.e. error with no message.
This is about as close as can come simply. Does anyone depend on the old behavior
of this?