liutanyu / mcl

Automatically exported from code.google.com/p/mcl
Other
0 stars 0 forks source link

UNADVISE macro inconsistent documentation/functionality #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The documentation for UNADVISE (spec &key when name) states that it:

"unadvises everything matching spec, when, and name. When the value of
spec is t and the values of when and name are nil, unadvise
unadvises everything ever advised; when spec is t, when is nil and
name is non-nil, unadvise unadvises everything with the given name."

However, unadvise unadvises everything when spec is T no matter the value of 
the when and name 
keywords.

Original issue reported on code.google.com by terje.norderhaug on 4 Nov 2009 at 2:54