Bug in (remhash) ??

"lcluke" <[email protected]> Sat, 03 May 2003 09:19:51 -0000
Newsgroups gmane.lisp.corman
Message-ID <[email protected]>
Am I going nuts, or is this a bug in (remhash) ? It doesn't seem to 
remove the entry from the hash table.

(setf a-hash (make-hash-table))

#<HASHTABLE 0/211>

(setf (gethash 'A_TEST a-hash) 'HASH_TABLE_ENTRY)

HASH_TABLE_ENTRY

(gethash 'A_TEST a-hash)

HASH_TABLE_ENTRY
T

(remhash 'A_TEST a-hash)
T

(gethash 'A_TEST a-hash)
HASH_TABLE_ENTRY
T



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/KXUxcA/fNtFAA/uetFAA/SyjtlB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
[email protected]

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/