[cl-irc-devel] [PATCH] Export `value'

Julien Danjou julien at danjou.info
Wed Dec 26 11:38:05 UTC 2012


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 at 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
-- 
1.8.1.rc0





More information about the cl-irc-devel mailing list