[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in POP?
- To: bug-lisp at MIT-MC
- Subject: bug in POP?
- From: Dave Touretzky at CMU-10A
- Date: Fri, 13 Jun 80 04:47:00 GMT
- Cc: Scott Fahlman at CMU-10A
- Original-date: 13 June 1980 0047-EDT
With *RSET set to T:
(setq foo 'bar)
BAR
(pop foo)
#130552 [or some such random number]
foo
NIL
Shouldn't POP cry "ILLEGAL DATUM", the way (CAR FOO) or (CDR FOO) would do?