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

bug in POP?



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?