[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: ALAN at MIT-MC (Alan Bawden)
- Date: Sun, 8 Jun 80 08:08:00 GMT
- Original-date: 8 JUN 1980 0408-EDT
EVAL-WHEN doesn't appear to be a PROGN. It seems to return T or NIL
depending on wether it did, or didn't, eval. Since top-level
DEFmumbleing things sometimes want to act like defun and return the
name of the thing defined it would be nice if EVAL-WHEN returned the
value of the last thing evaled (or NIL?). This would seem to be more
flavorfull anyway. (BTW the definition of DEFVAR clearly indicates
that whoever wrote it thought that is what EVAL-WHEN did.)