If this accessor is not exported, there's no way AFAICT to access content of `list-value-mode' class for example, and iterate over it.
Signed-off-by: Julien Danjou julien@danjou.info --- package.lisp | 1 + 1 file changed, 1 insertion(+)
diff --git a/package.lisp b/package.lisp index c09537a..4901ecd 100644 --- a/package.lisp +++ b/package.lisp @@ -124,6 +124,7 @@ :info :servlist :squery + :value :who :whois :whowas
On Wed, Dec 26 2012, Julien Danjou wrote:
If this accessor is not exported, there's no way AFAICT to access content of `list-value-mode' class for example, and iterate over it.
Sorry, forget about that, I was too low-level and I just missed the `get-mode' function doing this. :)